Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Widget: Don't throw errors for invalid method calls (wait till 1.9 to add ↵ | Scott González | 2010-10-21 | 1 | -9/+13 |
| | | | | this back). Reverts fix for #5972 - Widget: Throw error for non-existent method calls. | ||||
* | Widget: Fixed reference to element in _getCreateOptions(). | Scott González | 2010-10-19 | 1 | -1/+1 |
| | |||||
* | Widget: Simplified _getCreateOptions(). | Scott González | 2010-10-07 | 1 | -5/+1 |
| | |||||
* | Widget: Added ability to define how to find options on init. Fixes #6158 - ↵ | Scott González | 2010-10-06 | 1 | -1/+8 |
| | | | | Widget: Ability to define new methods for gathering options on init. | ||||
* | Widget: Added create event. Fixes #6126 - Widget: Add create event. | Scott González | 2010-09-29 | 1 | -0/+1 |
| | |||||
* | Widget: Added _setOptions method for handling normalized options setting. ↵ | Scott González | 2010-09-27 | 1 | -4/+9 |
| | | | | Fixes #6114 - Widget: Add _setOptions() method. | ||||
* | Widget: Use charAt instead of substring for private method check. | Daniel Steigerwald | 2010-09-20 | 1 | -1/+1 |
| | |||||
* | Widget: Hook into jQuery.cleanData to auto-destroy widgets. Fixes #6008 - ↵ | Scott González | 2010-09-03 | 1 | -13/+23 |
| | | | | Widget: auto-destroy is broken in jQuery 1.4. | ||||
* | Widget: Throw errors when calling non-existent methods or methods on ↵ | Scott González | 2010-08-27 | 1 | -4/+9 |
| | | | | uninistantiated widgets. Fixes #5972 - Widget: Throw error for non-existent method calls. | ||||
* | Widget: Refactored code for re-initialization to reduce file size. | Scott González | 2010-08-23 | 1 | -4/+1 |
| | |||||
* | Revert "Use pushStack in widget method. Fixes #5732 - make the widget method ↵ | Scott González | 2010-07-30 | 1 | -1/+1 |
| | | | | | | maintain the stack" This reverts commit ea58cd5ac0d852a9c7d7ceadbcbb74006cf9052d. | ||||
* | Use pushStack in widget method. Fixes #5732 - make the widget method ↵ | jzaefferer | 2010-07-30 | 1 | -1/+1 |
| | | | | maintain the stack | ||||
* | Replace element.data(...) with $.data(element, ...). Fixes #5756 - Widget: ↵ | jzaefferer | 2010-07-30 | 1 | -1/+2 |
| | | | | Use $.data instead of .data for performance reasons | ||||
* | Widget: Deep extend options when creating a new plugin. Fixes #5830 - ↵ | Scott González | 2010-07-15 | 1 | -1/+1 |
| | | | | Widget: Using inheritance overwrites the base classes options. | ||||
* | All: Added http://jqueryui.com/about to header comments. | Scott González | 2010-07-14 | 1 | -1/+1 |
| | |||||
* | All: Define a local undefined variable inside the main closure. | Scott González | 2010-07-13 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of github.com:jquery/jquery-ui | Scott González | 2010-07-09 | 1 | -1/+1 |
|\ | |||||
| * | Core (widget): don't pass DOM objects to $.fn.add. Fixes #5743 ($.fn.remove ↵ | Samuel Cormier-Iijima | 2010-07-09 | 1 | -1/+1 |
| | | | | | | | | does not trigger remove event for <select>s) | ||||
* | | Updated copyright headers to make it clear that you can choose between MIT ↵ | Scott González | 2010-07-09 | 1 | -3/+3 |
|/ | | | | and GPLv2. Also added a link to http://jquery.org/license. | ||||
* | Changed widget factory to keep generic css framework class -state-disabled ↵ | Richard D. Worth | 2010-03-29 | 1 | -2/+2 |
| | | | | in ui namespace instead of custom widget namespace. Fixes #5443 - $.Widget uses [namespace]-state-disabled, must be ui-state-disabled to be useful | ||||
* | Widget: Fixed a problem with the .remove() proxy. | Scott González | 2010-02-06 | 1 | -6/+10 |
| | | | | Fixes #5143 - .remove() proxy doesn't work properly. | ||||
* | Happy New Year | Richard Worth | 2010-01-20 | 1 | -1/+1 |
| | |||||
* | Widget: removed console.log call. | Scott González | 2010-01-19 | 1 | -2/+1 |
| | |||||
* | Widget: Only trigger remove event if keepData is not set to true. | Scott González | 2010-01-19 | 1 | -7/+8 |
| | | | | Fixes #5076 - Using effects kills widget instances with jQuery 1.4. | ||||
* | Widget: _create() doesn't actually take any arguments. | Scott González | 2010-01-17 | 1 | -1/+1 |
| | |||||
* | Widget: conform to coding standards. | Scott González | 2010-01-15 | 1 | -10/+11 |
| | |||||
* | Widget factory: Removed support for old usage; it doesn't make sense to keep ↵ | Scott González | 2010-01-15 | 1 | -5/+0 |
| | | | | partial support around since we can't get full backward-compatibility. | ||||
* | Widget: Make subsequent "init" calls useful by delegating to the option and ↵ | Scott González | 2010-01-15 | 1 | -7/+11 |
| | | | | | | _init methods. Fixes #5064 - Widget: make multiple instantiation more useful. | ||||
* | Widget: conform to coding standards. | Scott González | 2010-01-15 | 1 | -87/+100 |
| | |||||
* | Widget factory: Changed _create to _init. | Scott González | 2010-01-15 | 1 | -6/+6 |
| | | | | Partial fix for #5064 - Widget: make multiple instantiation more useful. | ||||
* | Merged in /branches/dev r3251:3620 (excluding autocomplete, modal, tooltip, ↵ | Scott González | 2010-01-07 | 1 | -59/+89 |
| | | | | menu; including menu static tests). | ||||
* | Split mouse into its own file and udpdated dependency lists. | Scott González | 2009-12-22 | 1 | -6/+6 |
| | | | | Fixes #5023 - Split mouse code into its own file. | ||||
* | extracting widget factory into jquery.ui.widget.js | Jörn Zaefferer | 2009-12-16 | 1 | -0/+189 |