]> source.dussan.org Git - jquery-ui.git/log
jquery-ui.git
14 years agoSet version to 1.9m3 1.9m3
jzaefferer [Fri, 19 Nov 2010 18:14:59 +0000 (19:14 +0100)]
Set version to 1.9m3

14 years agoMerge branch 'spinner' into devpreview
jzaefferer [Fri, 19 Nov 2010 18:10:30 +0000 (19:10 +0100)]
Merge branch 'spinner' into devpreview

14 years agoMerge branch 'menu' into devpreview
jzaefferer [Fri, 19 Nov 2010 18:10:16 +0000 (19:10 +0100)]
Merge branch 'menu' into devpreview

Conflicts:
demos/button/splitbutton.html

14 years agoMerge branch 'tooltip' into devpreview
jzaefferer [Fri, 19 Nov 2010 18:06:53 +0000 (19:06 +0100)]
Merge branch 'tooltip' into devpreview

14 years agoMerge commit '1.8.6' into devpreview
jzaefferer [Fri, 19 Nov 2010 18:05:45 +0000 (19:05 +0100)]
Merge commit '1.8.6' into devpreview

Conflicts:
demos/autocomplete/categories.html
demos/autocomplete/combobox.html
demos/autocomplete/custom-data.html
demos/autocomplete/default.html
demos/autocomplete/folding.html
demos/autocomplete/multiple-remote.html
demos/autocomplete/multiple.html
demos/autocomplete/remote-jsonp.html
demos/autocomplete/remote-with-cache.html
demos/autocomplete/remote.html
demos/autocomplete/xml.html
demos/button/splitbutton.html
demos/index.html
tests/unit/index.html
tests/unit/widget/widget.js
tests/visual/menu/nested.html
themes/base/jquery.ui.autocomplete.css
ui/jquery.ui.accordion.js
ui/jquery.ui.autocomplete.js

14 years agoMenu: Implemented new (experimental) ARIA based on discussions on the jquery-a11y...
jzaefferer [Tue, 16 Nov 2010 19:35:08 +0000 (20:35 +0100)]
Menu: Implemented new (experimental) ARIA based on discussions on the jquery-a11y list.

14 years agoSpinner: Adding overflow demo
jzaefferer [Tue, 2 Nov 2010 15:41:11 +0000 (16:41 +0100)]
Spinner: Adding overflow demo

14 years agoSpinner: Removing rtl demo
jzaefferer [Tue, 2 Nov 2010 15:31:22 +0000 (16:31 +0100)]
Spinner: Removing rtl demo

14 years agoMenu: Good enough
jzaefferer [Thu, 28 Oct 2010 17:24:38 +0000 (19:24 +0200)]
Menu: Good enough

14 years agoMenu: Further refactoring of next/previousPage
jzaefferer [Thu, 28 Oct 2010 17:22:57 +0000 (19:22 +0200)]
Menu: Further refactoring of next/previousPage

14 years agoMenu: Refactored next/previousPage logic and activate-scrolling, improved much!
jzaefferer [Thu, 28 Oct 2010 17:15:27 +0000 (19:15 +0200)]
Menu: Refactored next/previousPage logic and activate-scrolling, improved much!

14 years agoMenu: Refactored menu to use .first()/.last() instead of :first/:last whereever possible
jzaefferer [Thu, 28 Oct 2010 16:38:40 +0000 (18:38 +0200)]
Menu: Refactored menu to use .first()/.last() instead of :first/:last whereever possible

14 years agoMenu: Effing coding standards.
jzaefferer [Thu, 28 Oct 2010 16:12:52 +0000 (18:12 +0200)]
Menu: Effing coding standards.

14 years agoMenu: Use event delegation for mouseover/out events, instead of binding to menu items...
jzaefferer [Thu, 28 Oct 2010 16:11:55 +0000 (18:11 +0200)]
Menu: Use event delegation for mouseover/out events, instead of binding to menu items directly

14 years agoSpinner: Make sure that options.value and input.val() are in sync
jzaefferer [Thu, 28 Oct 2010 15:45:34 +0000 (17:45 +0200)]
Spinner: Make sure that options.value and input.val() are in sync

14 years agoSpinner: Refactored reading htlm5 attributes option init
jzaefferer [Thu, 28 Oct 2010 15:32:01 +0000 (17:32 +0200)]
Spinner: Refactored reading htlm5 attributes option init

14 years agoSlider: Add spinner to demo index
jzaefferer [Wed, 27 Oct 2010 15:51:55 +0000 (17:51 +0200)]
Slider: Add spinner to demo index

14 years agoSpinner: Visual test page for events
jzaefferer [Wed, 27 Oct 2010 15:47:49 +0000 (17:47 +0200)]
Spinner: Visual test page for events

14 years agoSpinner: Improved mousewheel event handling
jzaefferer [Wed, 27 Oct 2010 15:45:32 +0000 (17:45 +0200)]
Spinner: Improved mousewheel event handling

14 years agoSpinner: More refactorings and cleanups, and heavy improvement on the incremental...
jzaefferer [Wed, 27 Oct 2010 14:38:00 +0000 (16:38 +0200)]
Spinner: More refactorings and cleanups, and heavy improvement on the incremental-logic, including a delay of 500ms after the first increment and before continous increments

14 years agoTooltip: Implementing event delegation support.
jzaefferer [Tue, 26 Oct 2010 15:07:22 +0000 (17:07 +0200)]
Tooltip: Implementing event delegation support.

14 years agoTooltip: Demo and tests update
jzaefferer [Tue, 26 Oct 2010 13:36:43 +0000 (15:36 +0200)]
Tooltip: Demo and tests update

14 years agoTooltip: Added demo for custom animations
jzaefferer [Tue, 26 Oct 2010 12:47:31 +0000 (14:47 +0200)]
Tooltip: Added demo for custom animations

14 years agoTooltip: Update forms demo to programmatic-trigger only
jzaefferer [Tue, 26 Oct 2010 12:46:41 +0000 (14:46 +0200)]
Tooltip: Update forms demo to programmatic-trigger only

14 years agoTooltip: Update _init to _create
jzaefferer [Tue, 26 Oct 2010 12:41:14 +0000 (14:41 +0200)]
Tooltip: Update _init to _create

14 years agoTooltip: Removing application role, should be set on application level
jzaefferer [Tue, 26 Oct 2010 12:40:48 +0000 (14:40 +0200)]
Tooltip: Removing application role, should be set on application level

14 years agoTooltip: Removing tooltipClass option; use .tooltip("widget").addClass("whatever...
jzaefferer [Tue, 26 Oct 2010 12:32:03 +0000 (14:32 +0200)]
Tooltip: Removing tooltipClass option; use .tooltip("widget").addClass("whatever") instead

14 years agoTooltip: Unit tests cleanup
jzaefferer [Tue, 26 Oct 2010 12:26:53 +0000 (14:26 +0200)]
Tooltip: Unit tests cleanup

14 years agoSlider: Cleanup public methods
jzaefferer [Tue, 26 Oct 2010 10:56:40 +0000 (12:56 +0200)]
Slider: Cleanup public methods

14 years agoSlider: Improve destroy method
jzaefferer [Tue, 26 Oct 2010 10:53:34 +0000 (12:53 +0200)]
Slider: Improve destroy method

14 years agoSlider: Some more refactoring and cleanup
jzaefferer [Tue, 26 Oct 2010 10:44:32 +0000 (12:44 +0200)]
Slider: Some more refactoring and cleanup

14 years agoSlider: Some more test suite improvements
jzaefferer [Tue, 26 Oct 2010 10:21:22 +0000 (12:21 +0200)]
Slider: Some more test suite improvements

14 years agoSpinner: Changed default for numberformat to null. Fixed disabled option to not preve...
jzaefferer [Tue, 26 Oct 2010 10:14:45 +0000 (12:14 +0200)]
Spinner: Changed default for numberformat to null. Fixed disabled option to not prevent changing value via step and page methods. OVerhauled testsuite.

14 years agoSlider: Simplifying mousewheel binding, remove Opera workaround
jzaefferer [Tue, 26 Oct 2010 08:54:28 +0000 (10:54 +0200)]
Slider: Simplifying mousewheel binding, remove Opera workaround

14 years agoSlider: Update to latest mousewheel plugin
jzaefferer [Tue, 26 Oct 2010 08:53:03 +0000 (10:53 +0200)]
Slider: Update to latest mousewheel plugin

14 years agoSpiner: Tune mousewheel spinning
jzaefferer [Tue, 26 Oct 2010 08:36:46 +0000 (10:36 +0200)]
Spiner: Tune mousewheel spinning

14 years agoTagging the 1.8.6 release. 1.8.6
Scott González [Mon, 25 Oct 2010 18:46:02 +0000 (14:46 -0400)]
Tagging the 1.8.6 release.

14 years agoBuild: Added download builder section to changelog shell.
Scott González [Mon, 25 Oct 2010 18:18:53 +0000 (14:18 -0400)]
Build: Added download builder section to changelog shell.

14 years agoSlider: Removing dir option. Implementation caused more damage then being useful...
jzaefferer [Mon, 25 Oct 2010 16:10:07 +0000 (18:10 +0200)]
Slider: Removing dir option. Implementation caused more damage then being useful - will eventually implement RTL support in all widgets.

14 years agoSlider: More codecleanup. Inlining defaults for min/max, removing page (use 10*step...
jzaefferer [Mon, 25 Oct 2010 16:06:26 +0000 (18:06 +0200)]
Slider: More codecleanup. Inlining defaults for min/max, removing page (use 10*step instead), removing mouseWheel (just use when available)

14 years agoSpinner: Fix value option initalization
jzaefferer [Mon, 25 Oct 2010 15:32:08 +0000 (17:32 +0200)]
Spinner: Fix value option initalization

14 years agoBuild: Use LC_ALL='C' when sorting.
Scott González [Mon, 25 Oct 2010 15:31:37 +0000 (11:31 -0400)]
Build: Use LC_ALL='C' when sorting.

14 years agoAutocomplete: Always reset this.term after a select event, even if the select is...
Scott González [Mon, 25 Oct 2010 14:01:43 +0000 (10:01 -0400)]
Autocomplete: Always reset this.term after a select event, even if the select is cancelled. Fixes #6221 - Autocomplete: Doesn't reset after Select when textbox cleared, if same letters typed in rapidly; source function not triggered in that case.

14 years agoSpinner: More cleanup
jzaefferer [Sun, 24 Oct 2010 13:57:58 +0000 (15:57 +0200)]
Spinner: More cleanup

14 years agoSpinner: Some code and test cleanup
jzaefferer [Sun, 24 Oct 2010 13:52:26 +0000 (15:52 +0200)]
Spinner: Some code and test cleanup

14 years agoUsing button widget for the spinner buttons. Can still use some improvements, droppin...
jzaefferer [Sat, 23 Oct 2010 00:06:25 +0000 (02:06 +0200)]
Using button widget for the spinner buttons. Can still use some improvements, dropping custom theme stuff in favor of button styles.

14 years agoReplaced hexadecimal demo with decimal demo. Updated that and the currency demo ...
jzaefferer [Fri, 22 Oct 2010 23:51:12 +0000 (01:51 +0200)]
Replaced hexadecimal demo with decimal demo. Updated that and the currency demo (previously donation) to use globalization plugin with a select for three different cultures (probably more to come). Updated spinner widget to use Globalization when available, replacing all number formatting related options with a single numberformat option.

14 years agoRevert "Position: Handle sub-pixel offsets better in Firefox. Fixes #6000 - Position...
Scott González [Fri, 22 Oct 2010 19:25:12 +0000 (15:25 -0400)]
Revert "Position: Handle sub-pixel offsets better in Firefox. Fixes #6000 - Position: Sometimes positioning is off by 1px in Firefox."

This reverts commit 32264f7ad12609b316189fd013cda63b41c8b271.

14 years agoImporting spinner unit tests
jzaefferer [Fri, 22 Oct 2010 04:23:52 +0000 (06:23 +0200)]
Importing spinner unit tests

14 years agoPorting old spinner implementation to 1.8, dropping some baggage.
jzaefferer [Fri, 22 Oct 2010 04:16:12 +0000 (06:16 +0200)]
Porting old spinner implementation to 1.8, dropping some baggage.

14 years agoPosition: Handle sub-pixel offsets better in Firefox. Fixes #6000 - Position: Sometim...
Scott González [Fri, 22 Oct 2010 03:25:42 +0000 (23:25 -0400)]
Position: Handle sub-pixel offsets better in Firefox. Fixes #6000 - Position: Sometimes positioning is off by 1px in Firefox.

14 years agoUpgraded jQuery to 1.4.3.
Scott González [Fri, 22 Oct 2010 02:29:28 +0000 (22:29 -0400)]
Upgraded jQuery to 1.4.3.

14 years agoAutocomplete tests: Removed reference to non-existent menu plugin.
Scott González [Fri, 22 Oct 2010 02:16:27 +0000 (22:16 -0400)]
Autocomplete tests: Removed reference to non-existent menu plugin.

14 years agoAutocomplete: Split menu resizing logic into its own method to create a more logical...
Scott González [Fri, 22 Oct 2010 02:15:13 +0000 (22:15 -0400)]
Autocomplete: Split menu resizing logic into its own method to create a more logical method to proxy for custom sizing.

14 years agoTooltip: Adding another ajax example to visual testcase. Fixing async response handli...
jzaefferer [Thu, 21 Oct 2010 19:03:48 +0000 (21:03 +0200)]
Tooltip: Adding another ajax example to visual testcase. Fixing async response handling (taking IE cached response quirk into account) and simplifying fade animations a ton.

14 years agoWidget: Don't throw errors for invalid method calls (wait till 1.9 to add this back...
Scott González [Thu, 21 Oct 2010 13:52:27 +0000 (09:52 -0400)]
Widget: Don't throw errors for invalid method calls (wait till 1.9 to add this back). Reverts fix for #5972 - Widget: Throw error for non-existent method calls.

14 years agoPosition: Use a better check for determining if an object is a window. Fixes #6201...
Scott González [Thu, 21 Oct 2010 03:47:17 +0000 (23:47 -0400)]
Position: Use a better check for determining if an object is a window. Fixes #6201 - Autocomplete: Broken menu in IE8 Standards Mode when including prototype framework.

14 years agoWidget: Fixed reference to element in _getCreateOptions().
Scott González [Wed, 20 Oct 2010 03:19:53 +0000 (23:19 -0400)]
Widget: Fixed reference to element in _getCreateOptions().

14 years agoExternal: Updated bgiframe to 2.1.2. Fixes #6190 - Dialog demos don't work in IE9...
Scott González [Wed, 20 Oct 2010 03:05:13 +0000 (23:05 -0400)]
External: Updated bgiframe to 2.1.2. Fixes #6190 - Dialog demos don't work in IE9 because of bgiframe.

14 years agoCore: Don't use $.style since it doesn't exist in jQuery 1.3.2. Fixes #6196 - outerWi...
Scott González [Wed, 20 Oct 2010 02:44:46 +0000 (22:44 -0400)]
Core: Don't use $.style since it doesn't exist in jQuery 1.3.2. Fixes #6196 - outerWidth() setter broken with jQuery 1.3.2.

14 years agoBuild: Cleanup and adding CSS minimization. Fixes #5824 - Minify CSS
jzaefferer [Tue, 19 Oct 2010 15:28:11 +0000 (17:28 +0200)]
Build: Cleanup and adding CSS minimization. Fixes #5824 - Minify CSS

14 years agoBuild: Replace @VERSION in css files. Fixes #6191: @VERSION not replaced in CSS files
jzaefferer [Mon, 18 Oct 2010 14:31:42 +0000 (16:31 +0200)]
Build: Replace @VERSION in css files. Fixes #6191: @VERSION not replaced in CSS files

14 years agoMouse: better check for not IE9 or greater in case mode was set by X-UA-Compatible...
Richard D. Worth [Fri, 15 Oct 2010 08:04:39 +0000 (01:04 -0700)]
Mouse: better check for not IE9 or greater in case mode was set by X-UA-Compatible. See http://msdn.microsoft.com/en-us/library/cc196988%28VS.85%29.aspx for more info. Fixes #5370 - All drag & drop events fail in IE9. Thanks xirzec.

14 years agochanged jQuery to $ in last commit for consistency
Richard D. Worth [Thu, 14 Oct 2010 09:55:40 +0000 (02:55 -0700)]
changed jQuery to $ in last commit for consistency

14 years agoMouse: Limit mouseup out of window check to only versions of IE earlier than 9 as...
Richard D. Worth [Thu, 14 Oct 2010 09:53:20 +0000 (02:53 -0700)]
Mouse: Limit mouseup out of window check to only versions of IE earlier than 9 as IE9 has this fixed. Fixes #5370 - All drag & drop events fail in IE9.

14 years agoDemos: Coding standards.
Scott González [Wed, 13 Oct 2010 19:49:00 +0000 (15:49 -0400)]
Demos: Coding standards.

14 years agoTabs demos: Coding standards.
Scott González [Wed, 13 Oct 2010 19:43:49 +0000 (15:43 -0400)]
Tabs demos: Coding standards.

14 years agoEffects (toggle) demos: Coding standards.
Scott González [Wed, 13 Oct 2010 19:29:56 +0000 (15:29 -0400)]
Effects (toggle) demos: Coding standards.

14 years agoEffects (toggleClass) demos: Coding standards.
Scott González [Wed, 13 Oct 2010 19:29:37 +0000 (15:29 -0400)]
Effects (toggleClass) demos: Coding standards.

14 years agoEffects (switchClass) demos: Coding standards.
Scott González [Wed, 13 Oct 2010 19:24:00 +0000 (15:24 -0400)]
Effects (switchClass) demos: Coding standards.

14 years agoSortable demos: Coding standards.
Scott González [Wed, 13 Oct 2010 19:23:42 +0000 (15:23 -0400)]
Sortable demos: Coding standards.

14 years agoMouse: Always call event.preventDefault() in _mouseDown if we've met the starting...
Scott González [Wed, 13 Oct 2010 17:30:50 +0000 (13:30 -0400)]
Mouse: Always call event.preventDefault() in _mouseDown if we've met the starting conditions. Fixes #6174 - Mouse: 1.4.3rc2 breaks interactions on anchors.

14 years agoSlider demos: Coding standards.
Scott González [Wed, 13 Oct 2010 14:39:50 +0000 (10:39 -0400)]
Slider demos: Coding standards.

14 years agoCore: Minor cleanup.
Scott González [Tue, 12 Oct 2010 13:20:04 +0000 (09:20 -0400)]
Core: Minor cleanup.

14 years agoSelectable demo: Workaround a stupid bug in the jqueryui.com demo system. Fixes ...
Scott González [Tue, 12 Oct 2010 00:58:53 +0000 (20:58 -0400)]
Selectable demo: Workaround a stupid bug in the jqueryui.com demo system. Fixes #5698 - Selectable: Bug in serializable demo.

14 years agoFix jQuery file name.
Scott González [Mon, 11 Oct 2010 21:37:36 +0000 (17:37 -0400)]
Fix jQuery file name.

14 years agoAutocomplete: Don't react to key events on readonly inputs. Fixes #6170 - autocomplet...
Scott González [Mon, 11 Oct 2010 21:23:50 +0000 (17:23 -0400)]
Autocomplete: Don't react to key events on readonly inputs. Fixes #6170 - autocomplete pops up on readOnly inputs.

14 years agoAutocomplete: Pass along some more original events.
Scott González [Mon, 11 Oct 2010 12:51:54 +0000 (08:51 -0400)]
Autocomplete: Pass along some more original events.

14 years agoButton: removed explicit call to _init() from _create(). Fixes #6165 - buttonset...
= [Fri, 8 Oct 2010 18:05:18 +0000 (02:05 +0800)]
Button: removed explicit call to _init() from  _create().  Fixes #6165 - buttonset: refresh() fires twice on create

14 years agoEffects: Added borderColor to color animation list. Fixes #6164 - Effectts: Allow...
Scott González [Fri, 8 Oct 2010 12:07:54 +0000 (08:07 -0400)]
Effects: Added borderColor to color animation list. Fixes #6164 - Effectts: Allow borderColor to be animated.

14 years agoWidget: Simplified _getCreateOptions().
Scott González [Thu, 7 Oct 2010 13:06:28 +0000 (09:06 -0400)]
Widget: Simplified _getCreateOptions().

14 years agoWidget: Added ability to define how to find options on init. Fixes #6158 - Widget...
Scott González [Wed, 6 Oct 2010 19:11:49 +0000 (15:11 -0400)]
Widget: Added ability to define how to find options on init. Fixes #6158 - Widget: Ability to define new methods for gathering options on init.

14 years agoAutocomplete: Prevent keypress events caused by enter key when selecting an item...
Dmitry Petrov [Wed, 6 Oct 2010 14:24:03 +0000 (10:24 -0400)]
Autocomplete: Prevent keypress events caused by enter key when selecting an item. Fixes #6055 - Autocomplete: Selecting an item by pressing enter submits the form in Opera.

14 years agoDatepicker: fixed problem on ids with. Fixed #6154 – Datepicker brokes handler ids...
m157y [Wed, 6 Oct 2010 07:09:59 +0000 (00:09 -0700)]
Datepicker: fixed problem on ids with. Fixed #6154 – Datepicker brokes handler ids with dashes

14 years agoDatepicker: fixed typo in russian localization. Fixed #6100 – Datepicker: Incorrect...
m157y [Wed, 6 Oct 2010 07:18:24 +0000 (00:18 -0700)]
Datepicker: fixed typo in russian localization. Fixed #6100 – Datepicker: Incorrect weekHeader for Russian localization

14 years agoDialog: Fixed logic for mimicking minHeight. Fixes #6150 - Dialog height:auto does...
Scott González [Tue, 5 Oct 2010 20:20:43 +0000 (16:20 -0400)]
Dialog: Fixed logic for mimicking minHeight. Fixes #6150 - Dialog height:auto does not work in IE6.

14 years agoAutocomplete: Make sure we have a response before trying to check the length. Fixes...
Scott González [Tue, 5 Oct 2010 15:09:39 +0000 (11:09 -0400)]
Autocomplete: Make sure we have a response before trying to check the length. Fixes #6147 - Autocomplete: Errors on empty responses.

14 years agoEffects: Jump to final state and execute callbacks when $.fx.off is set to true....
Scott González [Mon, 4 Oct 2010 18:52:06 +0000 (14:52 -0400)]
Effects: Jump to final state and execute callbacks when $.fx.off is set to true. Fixes #6131 - Dialog breaks when $.fx.off. Partial fix for #5512 - jQuery.fx.off and effect on jQuery UI Effects.

14 years agoTab: modified init to display correct content of misordered div when hash present...
jenters [Wed, 29 Sep 2010 17:32:43 +0000 (12:32 -0500)]
Tab: modified init to display correct content of misordered div when hash present in url. Fixed #6125 - Incorrect selection of tab on init with hash in url and misordered divs

14 years agoDialog: Don't change DOM position on open. Fixes #6137 - dialog('open') causes form...
John Firebaugh [Fri, 1 Oct 2010 22:46:19 +0000 (15:46 -0700)]
Dialog: Don't change DOM position on open. Fixes #6137 - dialog('open') causes form elements to reset on IE7.

14 years agoRevert "Dialog: Don't change DOM position on open. Fixes #6137 - dialog('open') cause...
Scott González [Mon, 4 Oct 2010 13:18:21 +0000 (09:18 -0400)]
Revert "Dialog: Don't change DOM position on open. Fixes #6137 - dialog('open') causes form elements to reset on IE7."

This reverts commit 67b1db14c964418ce8b1fd760d54761040cc32af.

Reverting so I can commit again with the proper author.

14 years agoDialog: Don't change DOM position on open. Fixes #6137 - dialog('open') causes form...
Scott González [Mon, 4 Oct 2010 13:15:40 +0000 (09:15 -0400)]
Dialog: Don't change DOM position on open. Fixes #6137 - dialog('open') causes form elements to reset on IE7.

14 years agoDialog: Don't pass props to jQuery when creating buttons.
Scott González [Fri, 1 Oct 2010 15:18:17 +0000 (11:18 -0400)]
Dialog: Don't pass props to jQuery when creating buttons.

Thanks jitter.

14 years agoDialog: Set the type on buttons. Fixes #6128 - Dialog: Buttons are not type="button".
Scott González [Thu, 30 Sep 2010 17:17:52 +0000 (10:17 -0700)]
Dialog: Set the type on buttons. Fixes #6128 - Dialog: Buttons are not type="button".

14 years agoWidget: Added create event. Fixes #6126 - Widget: Add create event.
Scott González [Thu, 30 Sep 2010 00:36:45 +0000 (17:36 -0700)]
Widget: Added create event. Fixes #6126 - Widget: Add create event.

14 years agoEffects (show): coding standards.
Scott González [Mon, 27 Sep 2010 19:54:52 +0000 (15:54 -0400)]
Effects (show): coding standards.

14 years agoSelectable demos: coding standards.
Scott González [Mon, 27 Sep 2010 19:47:17 +0000 (15:47 -0400)]
Selectable demos: coding standards.

14 years agoResizable demos: coding standards.
Scott González [Mon, 27 Sep 2010 19:42:06 +0000 (15:42 -0400)]
Resizable demos: coding standards.

14 years agoEffects (removeClass) demos: coding standards.
Scott González [Mon, 27 Sep 2010 19:41:35 +0000 (15:41 -0400)]
Effects (removeClass) demos: coding standards.

14 years agoDialog: Batch size-related option settings.
Scott González [Mon, 27 Sep 2010 19:15:20 +0000 (15:15 -0400)]
Dialog: Batch size-related option settings.