jQuery UI

  • jQuery
  • Plugins
  • UI
  • Meetups
  • Forum
  • Blog
  • About
  • Donate
  • Download
  • Demos & Documentation
  • Themes
  • Development
  • Support
  • GitHub Login
  • Preferences
  • New Ticket
  • View Tickets
  • Ticket Graph
  • Roadmap
  • Recent Changes

Context Navigation



Results (1 - 7 of 7)

#8213: feature: finding tab by title (closed: wontfix)
... {{{ ispresent:function(a,b) { //a = string searchquery //b = be case sensitive or not. 'casesensitive' is yes, 'caseinsensitive' is no. Default is no //c = index location of of the tab if found. default is -1 and means not found. //d = [for loo ...
By mdibbets — Mar 23, 2012, 6:57:42 AM
#8033: bug: Dialog has extra buttons when you add functions to Array.prototype. (closed: notabug)
... prototype.dosomething = function(a,b) { /* do something */ }; And then try to open a dialog, there will be a button on the dialog called "dosomething".
By joshmouch — Jan 20, 2012, 12:56:26 AM
#7523: bug: Autocomplete cancel pending request when text changes below minLength (closed: fixed)
... <snip> search:function(a,b) { a=a!=null?a:this.element.val(); this.term=this.element.val(); if(a.length<this.options.minLength)return this.close(b); clearTimeout(this.closing); if(this._tri ...
By stafil — Jul 2, 2011, 1:47:05 PM
#6935: bug: Datepicker create event not being executed like other events. (closed: duplicate)
Hi The Datepicker does not seem to execute the create event as specified in the demo: $( ".selector" ).datepicker({ create: function(event, ui) { ... } }); It works with all other events listed there. Thanks
By delwyn — Feb 3, 2011, 1:08:42 PM
#5449: bug: Draggable stack not working (found problem and fixed) (closed: notabug)
... makeArray($(o.stack)).sort(function(a,b) { }}} and should be, in my opinion, like this: {{{ var group = $.makeArray($(o.stack.group)).sort(function(a,b) { }}} and now {{{ stack: {group: '.post-it', min: 1} }}} works as expected (by me at least ...
By epimorg — Mar 30, 2010, 10:07:00 AM
#2748: enhancement: Resizable: snap to grid (closed: fixed)
... {{{ var change = function(a,b) { ... var val = ... val = val - val % o.grid[isth ? 0 : 1]; }}} I've implemented this feature because I need it for my project. Maybe others find it useful too. Regards, telega
By telega — Apr 26, 2008, 4:22:19 PM
#1547: bug: drop callback function runs twice in jQueryUI (closed: fixed)
... drag',tolerance:'intersect',greedy:true,drop:function(a,b){console.log(this.id)}}); } createDragTarget = function(jObj){ (jObj).draggable({helper:'clone'}); } </script> </body> </html> }}}
By pragueexpat — Aug 28, 2007, 12:37:53 PM
Note: See TracSearch for help on searching.

Copyright 2013 The jQuery Foundation

Hosting provided by Media Temple

CDN provided by MaxCDN