- Source
- Commits
- Network
- Pull Requests (7)
- Graphs
-
Branch:
master
Loading...
No pull requests to show
Datepicker: added functionalty for jumping years. Fixed #6213 - Datepicker: no option for jumping years
Datepicker: added functionalty for jumping years. Fixed #6213 - Datepicker: no option for jumping...
Updated Thu Oct 21 18:12:12 -0700 2010 0 commentsFix for #6063 - Button doesn't support radio input inside label.
I also include a test file for the change as well. Commit also applies cleanly to the 1.8.5 tag.
Updated Wed Oct 20 07:16:57 -0700 2010 0 commentsChange $.autocomplete.filter to customizable instance method.
I need to customize filter method myself to allow prefix matching, so i change `$.autocomplete.fi...
Updated Mon Oct 18 00:28:00 -0700 2010 0 commentsProgressbar with dynamic max, percentage, second attempt
Here's the second attempt, hope I nailed jquery-ui style this time. Also added unit tests. This...
Updated Sat Oct 16 04:46:24 -0700 2010 0 commentsCLOSED dynamic values for progressbar and displaying them
Previous pull request was somewhat hasty, obviously -- I've rounded down percentages to zero prec...
Updated Sat Oct 16 03:12:37 -0700 2010 0 commentsCLOSED progressbar with dynamic values and display
Just getting started here, figured I'd just commit small changes that I think make sense and that...
Updated Sat Oct 16 03:12:37 -0700 2010 1 commentCLOSED Button: removed explicit call to _init() from _create(). Fixes #6165 - buttonset: refresh() fires twice on create
http://dev.jqueryui.com/ticket/6165
Updated Fri Oct 08 11:06:26 -0700 2010 1 commentCLOSED
I was found this problem while online-booking development and this is very actual because more de...
Updated Wed Oct 06 00:18:26 -0700 2010 1 commentCLOSED
Fix for bug #6055 (keyDown event doesn't prevent form from submit) in autocomplete. Updated accor...
Updated Mon Oct 04 14:09:13 -0700 2010 3 commentsCLOSED Fix #6137, dialog('open') causes form elements to reset on IE7.
See http://dev.jqueryui.com/ticket/6137 and commit message for details.
Updated Fri Oct 01 15:47:39 -0700 2010 3 commentsCLOSED jQuery UI Widget Namespace Extensions
I have two commits here. The first enables an underscore version of widget namespaces. $(...
Updated Fri Oct 01 13:31:25 -0700 2010 7 commentsSlider: added feature - options paddingMin/paddingMax
First time contributor, so I apologize for any violations of protocol. I've added the options ...
Updated Fri Oct 01 05:34:26 -0700 2010 2 commentsCLOSED Fixed #6125 - Incorrect selection of tab on init with hash in url and misordered divs
Fixed #6125 Modified init to display correct content of misordered div when hash present in ur...
Updated Wed Sep 29 10:44:12 -0700 2010 1 commentCLOSED ui.slider: fix #6107
Hope it works! Thanks, -- Manuel Aristarán http://jazzido.com
Updated Fri Sep 24 06:24:18 -0700 2010 1 commentCLOSED autocomplete html items
I'm not sure how often people are intentionally displaying tags or the level of backwards compat...
Updated Tue Sep 21 10:56:33 -0700 2010 0 commentsTooltip
Hi, I've made a simple change to the forthcoming tooltip widget that you might be interested i...
Updated Thu Sep 23 01:21:30 -0700 2010 2 commentsCLOSED suggestion http://blog.jqueryui.com/2010/09/jquery-ui-1-8-5/#comment-2047
Updated Sun Sep 19 03:51:57 -0700 2010 0 commentsCLOSED Bugfix
Fix for bug #6055 (keyDown event doesn't prevent form from submit) in autocomplete
Updated Thu Sep 16 00:53:30 -0700 2010 1 commentCLOSED Replaced jquery.color with the new, modular jquery.colors.
Fixed the following bugs / requests: * animate to transparent * http://dev.jqueryui.com/tic...
Updated Wed Sep 15 08:36:35 -0700 2010 2 commentsCLOSED Fixes bug #5984
The bug report here: http://dev.jqueryui.com/ticket/5984
Updated Mon Sep 13 21:37:15 -0700 2010 2 commentsCLOSED Galician localization for datepicker component.
Hello, I've localized the datepicker component to the galician language. I'd like it to be inc...
Updated Sat Sep 11 06:48:12 -0700 2010 1 commentCLOSED Searching mode for autocomplete
I am using autocomplete for a basic search box (like the one on apple.com - upper right corner). ...
Updated Thu Sep 09 06:50:49 -0700 2010 12 commentsCLOSED datepicker: parseDate is now case insensitive
The parseDate function was case sensitive. When opening based on a textbox of '01 Mar 2010' it ...
Updated Thu Sep 09 06:38:12 -0700 2010 3 commentsCLOSED Autocomplete: autoFill option implemented
Simple change, will not affect existing code by any means. Nice-to-have feature.
Updated Tue Sep 07 21:04:58 -0700 2010 3 commentsCLOSED Display a string inside .ui-progressbar-value
Hi, I saw this this ticket: http://dev.jqueryui.com/ticket/5462 and decided to implement it as...
Updated Mon Sep 06 16:19:43 -0700 2010 2 commentsFixes #4752 - link event firing on sortable with connect list
Mouse: tie the preventClickEvent property to the event target, not the container. Fixes #4752 - l...
Updated Wed Sep 01 11:42:21 -0700 2010 2 commentsCLOSED fixes bug #4771
If panels are in the middle of an animation, disable tabs.
Updated Wed Sep 01 09:56:10 -0700 2010 4 commentsCLOSED Position: Take margin into account when performing collisions. Fixes #5766 - position: collision should take margin into account
This is a fix for http://dev.jqueryui.com/ticket/5766, making the collision functions for jquery....
Updated Tue Aug 31 19:33:33 -0700 2010 1 commentCLOSED adding default "selected" option to the autocomplete input box if <select> have default option
I do not know if this autocomplete is part of jquery-ui (seems only part of doc)
Updated Tue Aug 31 18:19:21 -0700 2010 1 commentCLOSED bug #4771
The problem here is that when the fx are being used and a transition animation is triggered betwe...
Updated Tue Aug 31 11:29:38 -0700 2010 6 comments