Skip to main content

Questions tagged [jquery-ui]

jQuery UI is the official jQuery user interface library. It provides interactions, widgets, effects, and theming for creating highly interactive web applications.

0 votes
2 answers
3k views

I am currently working on a site product where I have to create a site-header that is always fixed on top of the viewport but when I scroll down it hides, and again when I scroll up, it becomes ...
Chotu Kaalia's user avatar
2 votes
1 answer
2k views

In my application, I am using a lot of jQueryUI dialog boxes. In order to reduce the length of code, and because I am using often the very same parameterization, I was wondering about a way to ...
Takit Isy's user avatar
6 votes
2 answers
2k views

I created a program that determines how many years you have left before retiring, and in a year when you can retire. This is my code below: ...
Kate Herasimenak's user avatar
2 votes
1 answer
210 views

I used the jQuery UI plugin Dialog to ask a user for "name" and to show it in a subsequent dialog. Is there the better way to add a function to the option "buttons" to get the data and to go to a ...
Kate Herasimenak's user avatar
2 votes
2 answers
6k views

I have a top level category accordion + accordions within those and a search that auto-opens the 2 levels when results are found. Since you can't open multiple at once there is a Next button that ...
Danny's user avatar
  • 123
4 votes
1 answer
13k views

I created this little JavaScript application which gets data from a post request and uses this data to show a line chart with the total income over a year and a bar chart for the daily income. The ...
Ian Fako's user avatar
  • 155
4 votes
2 answers
2k views

I wrote a selector for several countries. This selector allows the user to choose a country, then a region and then a city. After the user chooses a city, it displays the selected object's country ...
cyklop77's user avatar
  • 311
2 votes
2 answers
182 views

This code I written by myself. Here I have 3 main part. When I click on any main part then it sub part will appear. Sub part contain some check boxes. Here I have the following main functionality ...
Manik's user avatar
  • 123
8 votes
1 answer
3k views

I implemented date range picker logic using the jQUery UI datepicker component: ...
Ankit Rana's user avatar
3 votes
0 answers
73 views

I'm interested in mimicking a simple version of Mathematica's Manipulate function in javascript. This is my first project in javascript, but I was hoping to make a library that I can use to quickly ...
Commander Ellen Tigh's user avatar
2 votes
1 answer
403 views

I'm returning to Web Development after a number of years working in other areas. The below image shows what what I have so far looks like. I'm not 100% satisfied with the styling yet, but that's a ...
EJoshuaS - Stand with Ukraine's user avatar
2 votes
0 answers
231 views

Over the last couple of weeks we build a huge Javascript menu. And we might think the whole code is a little bit too much. We are not pros, but came to a quit acceptable solution. (yeah it´s German, ...
maxal95's user avatar
  • 21
0 votes
1 answer
2k views

I have this list of results which I display with the jQuery Datatables plugin. This is the Result class and list of results being returned in the JSON format: <...
user avatar
4 votes
1 answer
164 views

I'm fairly new to JQuery/JavaScript and I'm trying to refactor the following code: ...
Lgalan90's user avatar
  • 163
4 votes
1 answer
131 views

Here's the JSFiddle, the GitHub repo, and here it is out in the wild. Note: the application uses Chrome's Speech Synthesis API and only works on Chrome or Safari for iOS7 (oddly enough). It was my ...
Charles Clayton's user avatar

15 30 50 per page
1
2 3 4 5