jQuery UI provides abstractions for low-level interaction and animation, advanced effects and high-level, themeable widgets, built on top of the jQuery JavaScript Library. You can use it to build highly interactive web applications. Resources Getting Started API Developer Guide

learn more… | top users | synonyms (1)

0
votes
0answers
9 views

Jquery UI Draggable revert from outside of window

Probabely this is a very simple question but i am a beginner in Jquery... I have following Script: <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.js">/script> ...
0
votes
3answers
31 views

JQuery - getting values from selected table row

I have a table with multiple elements. The first element is a check box which will trigger an event in Javascript. what I need to do is: 1. check to see if the check box value is true 2. if true, get ...
2
votes
2answers
16 views

Saving jQuery UI Sortable's order to Backbone.js Collection

I have a Backbone.js collection that I would like to be able to sort using jQuery UI's Sortable. Nothing fancy, I just have a list that I would like to be able to sort. The problem is that I'm not ...
0
votes
0answers
8 views

jQuery UI slider conflicting with jQuery Mobile slider

I am building a jQuery mobile site but also need to use jQuery UI widgets- in particular slider. Problem is that these functions conflict. I really wish that jQm had written their ui stuff with a ...
2
votes
1answer
64 views

jQuery slide up and down on click

I have a facility that slides out a panel both both up and down, it uses .mousedown, .mouseup and draggable and I'm having a couple of problems. the draggable won't go upwards in it's container but ...
0
votes
0answers
8 views

jQuery UI Sortable not working in any version of IE, everywhere else it's fine… DOM Exception: INVALID_CHARACTER_ERR (5)

As the title states, Sortable works perfectly fine in other browsers with no errors, but I'm receiving the error in IE. Using Jquery 1.7.1 and UI 1.8.18, so I'm up to date. Error message is: ...
0
votes
1answer
32 views

Jquery accordion not collapse by default

I am using collapse plugin provided by bootstrap which is a jquery simple plugin However it collapse by default, how to modify so that the collapse item is hidden by default, only when i press the ...
1
vote
2answers
34 views

MVC3 - How to maintain tab control on postback

I am quite new with MVC. I have a view with jQuery tabs (as bellow) on it. <div class="demo"> <div id="demoTabs"> <ul aria-labelledby="demoTabsLabel"> <li><a ...
0
votes
1answer
16 views

Twitter Bootstrap modal: How to remove Slide down effect

Is there a way to change the Twitter Bootstrap Modal window animation from a slide down effect to a fadeIn or just display without the Slide? I read through the documentation here: ...
0
votes
3answers
26 views

Combining Two Jquery Plug-ins: Not Working

Okay, so I have been trying to combine the CarouFredSel and jquery custom content scroller to add an image of a scroll bar that works with the carousel. I am pretty sure that I am doing something ...
-5
votes
1answer
41 views

Jquery Library - Drawing House [closed]

I need some kind of WEB plugin (Javascript probably) where I need to design the house (kitchen,bathroom) with the furniture too. Somebody know anything like that?? Thank youu! It's for my software ...
0
votes
1answer
32 views

JQuery UI Dialog dialog.('close'); not working

I have a page with multiple modal jQuery UI dialogs, I am trying to make a link on one dialog (faq) that will close that dialog and open another one (warranty). Below is the relevant code: var ...
0
votes
0answers
25 views

jquery splitter change to vertical splitter on button click

I have a splitter that works fine. Now the client wants to change the splitter from horizontal view to vertival view. I mean that the splitter is first split int the 2 divs horizontally and when I ...
0
votes
0answers
6 views

slickgrid row sorting and deleting works not properly after adding new rows

how to make slickgrid to work properly after updating data? when my grid is created for the first time - deleting and moving of rows works ok. when i try to add row via separate form, the request is ...
0
votes
1answer
19 views

jsTree : How to get IDs of selected nodes to root node in jsTree?

How to get IDs of selected nodes to root node in jsTree? Assume C is selected node then How can I get All parent IDs of C. A B C +C1 +c2 Following code will return only immediate parent ...

1 2 3 4 5 819
15 30 50 per page