You cannot post messages because only members can post, and you are not currently a member.
Description:
This is a discussion list for the development of jQuery UI. This is for people who want to work *on* jQuery UI, not *with* jQuery UI. For general support with jQuery UI, please use the main jQuery UI group:
http://groups.google.com/group/jquery-ui
|
|
|
Weekly Releases: March Roadmap, 1.6rc2.5, 1.7.1
|
| |
Team, As announced in February: [link] , starting this month (March) we're doing weekly releases (it's actually bi-weekly releases on two different branches, alternating weeks). Our first was last week with 1.7. Yay! From now on we'll alternate with preview and stable bug... more »
|
|
Should button be re-entrant?
|
| |
I've been experimenting with the new button widget. Man, what a sweet widget. If you haven't tried it, you're going to love it. Question: Should button be re-entrant. Step 1: $("#fooAnchor").button( { label : "foo" } ) // makes a button that says "foo" Step 2: $("#fooAnchor").button( { label : "bar" } ) // button still says... more »
|
|
r3620 committed - Merged in trunk r3567:3582.
|
| |
Revision: 3620 Author: scott.gonzalez ...Log: Merged in trunk r3567:3582. [link] Added: /branches/dev/tests/visual/dat epicker/datepicker_ticket_4071 .html Modified: /branches/dev /branches/dev/demos/slider/col orpicker.html /branches/dev/demos/slider/def ault.html... more »
|
|
r3618 committed - Position: added missing semicolon.
|
| |
Revision: 3618 Author: scott.gonzalez ...Log: Position: added missing semicolon. [link] Modified: /branches/dev/ui/jquery.ui.pos ition.js ============================== ========= --- /branches/dev/ui/jquery.ui.pos ition.js Wed Dec 30 20:44:55 2009 +++ /branches/dev/ui/jquery.ui.pos ition.js Tue Jan 5 20:25:28 2010... more »
|
|
r3616 committed - button: test for buttonset
|
| |
Revision: 3616 Author: joern.zaefferer ...Log: button: test for buttonset [link] Modified: /branches/dev/tests/unit/butto n/button_core.js ============================== ========= --- /branches/dev/tests/unit/butto n/button_core.js Tue Jan 5 07:25:05 2010... more »
|
|
r3614 committed - button: enhanced visual test log
|
| |
Revision: 3614 Author: joern.zaefferer ...Log: button: enhanced visual test log [link] Modified: /branches/dev/tests/visual/but ton/default.html ============================== ========= --- /branches/dev/tests/visual/but ton/default.html Sun Jan 3 04:58:12 2010... more »
|
|
Build tactics, and a tactical development case question
|
| |
Background: I'm in the process of ratcheting-up my involvement with jQuery-UI testing, documentation, etc, Since I have a potential development case here, I need to be able to build the latest to create a coherent js package for the development case. My js development environments are Windows and OS-X.... more »
|
|
|