Questions tagged [jquery-ui-plugins]

Stateful jQuery plugins built using the jQuery UI widget factory.

jQuery UI plugins are stateful user interface interactions, effects and widgets built on top of the JavaScript library using the jQuery UI widget factory. All of the widgets in the jQuery UI library are examples of jQuery UI plugins.

Resources

31 questions
1
vote
1 answer

JQueryUI Autocomplete collides with legacy code

My issue is. I have jQueryUI in version 1.8.5 and lot and a lot of legacy source code in a project. In legacy code it happens that there is 3ple times registred plugin autocomplete for jquery. However jQueryUI is registring the very same plugin. So…
1
vote
0 answers

jDRangeSlider not working with requirejs

I am trying to get the jQRangeSlider plugin work with requirejs so that I can use it in my project but I am not able to do so. HTML : My Sample Project
1
vote
1 answer

Pagination is not consistent/working

I have 8000 rows of data in JSON format available in the client-side, after making an Ajax call to the database in JavaScript, that I need to populate into HTML tables for display. I am trying to run the code below but I face the following…
1
vote
1 answer

jQuery splitbutton

Has anyone taken the jQuery split-button buttonset() functionality to make a ready-to-use SplitButton plug-in with the dropdown-menu functionality already built-in, and which is also theme-savvy?
Tim
  • 5,371
  • 3
  • 32
  • 41
1
vote
1 answer

jQuery UI - when should I use destroy method on the widgets

When I attach functionality to an element do I need to call .widgetName('destroy') before removing it from the DOM or does jQuery handle this?
brad
  • 73,826
  • 21
  • 73
  • 85
1
vote
1 answer

Where to search for jQuery plug-ins for specific functionality?

Is there a jQuery plug-in clearing house or repository? How do you find the functionality you are looking for? My search in particular is to display events on a timeline and to do faceted searching, but I get no where from the clutter that is…
dacracot
  • 22,002
  • 26
  • 104
  • 152
1
vote
1 answer

jQuery-ui: How do I access options from inside private functions

I am learning to write jquery-ui plugins using the widget-factory pattern. For cleaner organization, I have some helper methods defined inside the object literal that is passed to $.widget. I would like to access the options object in those…
Gurunandan Bhat
  • 3,544
  • 3
  • 31
  • 43
0
votes
3 answers

using load() to load page that also uses jQuery

I'm trying to load a page that is basically an edit form inside a dialog (ui.dialog). I can load this page fine from an external (I'm using asp.net) page. The problem is that inside of my "popup" form, I need to $(function() {my function here});…
ncyankee
  • 1,248
  • 3
  • 19
  • 27
0
votes
2 answers

jQuery UI Accordion and paging

Has anyone had any luck getting any sort of paging plugin to work with the jQuery UI Accordion? When I use SimplePager with it everything breaks.
Shane Courtrille
  • 13,960
  • 22
  • 76
  • 113
0
votes
2 answers

MVC3: IE8 crashing from use of JqueryUI in a list

I'm using a VS2010+MVC3(Razor)+IE8+JQueryUI stack and I was trying to create a list of buttons using the jqueryui .buttons() function. However, for some unknown reason it would consistently crash Dev-Webserver+IE8 when the button was pressed. The…
Rob Leclerc
  • 898
  • 9
  • 11
0
votes
2 answers

How to perform multiple actions on the same element using jquery

how do I include both drag and resize on a single element.