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

learn more… | top users | synonyms (1)

0
votes
0answers
12 views

jQuery UI Accordion : Expand/Collapse All

I was using this solution this-fiddle for one of my project. All works fine but I have one issue that I tried to resolve, but no luck: Here is the scenario: 1) click on the first section "Section 1" ...
0
votes
1answer
23 views

jquery autocomplete combobox compatible with jquery ui 1.8.20

I was in a need to create a widget for making a normal select box better with some search and autocompletion. I immediately came to this example.. and had a look. With the latest jQuery UI,it works ...
2
votes
2answers
46 views

How do I keep the jQuery UI “explode” .effect() inside the surrounding div?

I'm creating an image slider, and i'd like to have the explode effect as the transition. But the problem is, explode goes outside of the surrounding div when it fires. <div class="outer"> ...
0
votes
0answers
2 views

Setting the aspectRatio to true for the corner resize handles

When I drag something from a corner handle, and the diagonal two-headed arrow appears, I kind of expect that the aspect ratio of my object is going to be locked in while I drag, but this isn't the ...
0
votes
0answers
24 views

jquery autocomplete - prevent closing it when clicking on outside div?

So - jquery autocomplete and extra div with special character icons that can be inserted into a search box (such as É, ã etc)... Whenever user types - autocomplete dropdown show up, but when user ...
0
votes
2answers
31 views

Cross-browser solution to keep Floating css bullets positioned relative to a fluid Div?

I have a set of css bullets that come along with the Orbit javascript slider by Zurb Foundation. The bullets have a float:left that is necessary so that they line up horizontally when new slides are ...
0
votes
0answers
14 views

jquery-ui widget, how to support clone(true)?

I have an element which i want to clone, inside this element there are some inputs with widgets, the clone(true) works ok if widget is related only with one element and watching events only for that ...
2
votes
1answer
38 views

How to unselect the parent checkbox when their child checkbox is unchecked using Jquery?

I am using asp.net tree view control. And using Jquery to select all the corresponding child check box when its parent is checked. The working Jquery and the rendered HTML is in here...JS Fiddle ...
0
votes
0answers
22 views

jquery autocomplete ui changes order of elements in response

$array = array('All' => array( 5=>array(a=>'1',b=>'3'),9=>array(a=>'5',b=>'6'),4=>array(a=>'6',b=>'3') ) I am sending a json_encode($array) as the response from the ...
0
votes
0answers
14 views

jQuery UI 1.10.3 Tooltip fails to display because of TypeError

Posting my first question here so please be understanding of the rough formula of it, thanks. I have recently upgraded jQuery and jQuery UI to respectively 1.9.1 and 1.10.3. Along with it I had to ...
0
votes
1answer
15 views

Posting form data from Partial view to controller using ajax

I have a jquery grid that has a list of Employee Records.To edit the records there is a link on each row.On click of that A jquery model popup opens and loads the partial view to show and edit the ...
0
votes
0answers
7 views

jquery datepicker errors: Initialization and inst.settings[name] !== undefined?

There have been a number of questions asked on this topic, but very few with a definitive, or detailed answer. So, I'm going to have another go: I've got a form with two text fields in it, straight ...
0
votes
1answer
27 views

Customizing date picker

I am using jquery 1.10 . I want to show events for a date on calendar. For this I am using 'datepicker' widget. However I want to change the content of the date appending event information on it. For ...
0
votes
0answers
4 views

add vertical scrollbar on jquery ui modal-dialog

i have a link to open modal dialog which inside of content has load data from server , then put it in the dialog in HTML's format,but the content is over from standard height of dialog body , how can ...
5
votes
0answers
61 views

Working with jQuery UI “Accordion and Droppable”

I have a question with jQuery UI Accordion and Droppable. How can I Drag an item from #tab-1 to #tab-2? I have view the demo in jqueryui.com "Sortable - Connect lists with Tabs", but I can't use this ...

1 2 3 4 5 1491
15 30 50 per page