Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright to jQuery Foundation. | Scott González | 2012-07-04 | 1 | -1/+2 |
| | |||||
* | Tabs: Change array join to string. | Scott González | 2012-06-14 | 1 | -10/+2 |
| | |||||
* | Tabs: Fixed event triggering for select method. | Scott González | 2012-06-14 | 1 | -1/+1 |
| | |||||
* | Widget: Added _off() for removing event handlers. Fixes #7795 - Widget: _on ↵ | Scott González | 2012-06-14 | 1 | -3/+3 |
| | | | | and _off. | ||||
* | Tabs: Better event binding/unbinding. | Scott González | 2012-06-13 | 1 | -4/+3 |
| | |||||
* | Widget: Rename _bind() to _on(). Partial fix for #7795 - Widget: _on and _off. | Scott González | 2012-06-13 | 1 | -4/+4 |
| | |||||
* | Tabs: Removed TODO about making .load() accept nodes; it's unnecessary. | Scott González | 2012-06-12 | 1 | -1/+0 |
| | |||||
* | Tabs: Walk previous tabs (and loop) in refresh() in case the tab we're ↵ | Scott González | 2012-06-12 | 1 | -3/+13 |
| | | | | trying to activate is disabled. | ||||
* | Tabs: Rename internal properties. | Scott González | 2012-06-12 | 1 | -37/+37 |
| | |||||
* | Tabs: jQuery <1.7.2 treats .data() as a getter if the value to set is undefined. | Scott González | 2012-06-11 | 1 | -7/+9 |
| | |||||
* | Tabs: Implement ARIA + Key handling. Fixes #3079 - Tabs: keyboard ↵ | Scott González | 2012-06-08 | 1 | -62/+281 |
| | | | | accessibility. Fixes #7845 - Tabs: default accessibility. | ||||
* | Tabs: Properly remove generated aria-controls attributes on destroy. | Scott González | 2012-05-30 | 1 | -3/+14 |
| | |||||
* | Tabs: Remove aria-controls attribute during destroy | kborchers | 2012-05-29 | 1 | -1/+2 |
| | |||||
* | Tabs: Simplify _findActive() now that hrefs are never used. | Scott González | 2012-05-29 | 1 | -8/+2 |
| | |||||
* | Tabs: Added heightStyle option. Fixed #8345 - Tabs: Add heightStyle option. | Danny Trunk | 2012-05-28 | 1 | -0/+54 |
| | |||||
* | Tabs: Whitespace. | Scott González | 2012-05-22 | 1 | -1/+1 |
| | |||||
* | Tabs: Don't blur anchors on activation. | Scott González | 2012-05-22 | 1 | -2/+0 |
| | |||||
* | Tabs: Use ._bind() for main event handling. | Scott González | 2012-05-22 | 1 | -12/+10 |
| | |||||
* | Tooltip: Use this instead of that when possible. Saves 24 bytes :-) | Scott González | 2012-05-22 | 1 | -22/+21 |
| | |||||
* | Tabs: Fixed reference to jQuery. | Scott González | 2012-05-21 | 1 | -1/+1 |
| | |||||
* | Tabs: Pass the list item instead of the anchor in events; move aria-controls ↵ | Scott González | 2012-05-18 | 1 | -40/+55 |
| | | | | from the anchor to the list item. | ||||
* | Tabs: Update todo to reference newer ticket. | Scott González | 2012-05-16 | 1 | -4/+4 |
| | |||||
* | Tabs: Preparing for when jQuery starts always returning jqXHR objects from ↵ | Scott González | 2012-05-16 | 1 | -1/+4 |
| | | | | $.ajax(). | ||||
* | Tabs: Replaced fx option with show and hide options. Fixes #8319 - Tabs: ↵ | Scott González | 2012-05-14 | 1 | -27/+77 |
| | | | | Deprecate fx option. | ||||
* | Removed some unused variables. | Scott González | 2012-04-28 | 1 | -5/+0 |
| | |||||
* | Tabs: Don't explicitly remove filter when animating opacity. Fixes #4621 - ↵ | Scott González | 2012-04-06 | 1 | -9/+0 |
| | | | | Tabs: Don't forcefully remove filter attribute. | ||||
* | Build: Filter filters for linting to exclude some to-be-rewritten ones. Fix ↵ | Jörn Zaefferer | 2012-04-04 | 1 | -2/+2 |
| | | | | lint in those remaining | ||||
* | Tabs: Coding standards. | Scott González | 2012-04-03 | 1 | -36/+34 |
| | |||||
* | Lint fixes. | Scott González | 2012-04-02 | 1 | -13/+20 |
| | |||||
* | A few lint fixes. | Scott González | 2012-04-02 | 1 | -1/+1 |
| | |||||
* | Protect all copyright notices against minification | Jo Liss | 2012-04-02 | 1 | -1/+1 |
| | | | | | | | For instance, this is useful for the jquery-ui-rails gem, which does not use jQuery UI's own minification, but relies on Rails to minify the files where necessary. Rails in turn uses UglifyJS for JS and YUI for CSS, both of which respect the /*! ... */ convention. | ||||
* | Tabs: Wrap attribute value in quotes when querying. Fixes #8207 - Tabs: ↵ | Scott González | 2012-03-22 | 1 | -1/+1 |
| | | | | Error with href selector. | ||||
* | Updated copyright year. | Scott González | 2012-03-08 | 1 | -1/+1 |
| | |||||
* | Update data naming for Tabs. Partial fix for #7810 | Jörn Zaefferer | 2012-03-01 | 1 | -4/+4 |
| | |||||
* | Tabs: Whitespace cleanup | Jörn Zaefferer | 2012-03-01 | 1 | -2/+2 |
| | |||||
* | Use hard tabs for indentation consistently | Trey Hunner | 2012-02-27 | 1 | -1/+1 |
| | |||||
* | JavaScript "strict mode" fixes | jdomnitz | 2012-02-12 | 1 | -4/+2 |
| | |||||
* | Widget: Allow redefining a widget after other widgets have inherited from it. | Scott González | 2012-02-01 | 1 | -137/+119 |
| | |||||
* | Tabs: Pass tab and panel in create event. Fixes #7868 - Tabs: Provide tab ↵ | Scott González | 2012-01-21 | 1 | -0/+7 |
| | | | | and panel details in create event. | ||||
* | Tabs: Move logic for finding the tab list into its own function to allow ↵ | Scott González | 2012-01-21 | 1 | -1/+6 |
| | | | | overriding for rare usage scenarios. | ||||
* | Removed regex from function and split return into two lines. | Alex Rhea | 2012-01-03 | 1 | -3/+5 |
| | |||||
* | Bug fix for isLocal function in jQuery Tabs. | Alex Rhea | 2012-01-03 | 1 | -12/+7 |
| | | | | | | isLocal function was not compatible with HTML5 push state as the url could have changed since the page was loaded as in cases with Backbone.js | ||||
* | Widget: Remove method argument from _super and _superApply. Was a left-over ↵ | Jörn Zaefferer | 2011-11-18 | 1 | -11/+11 |
| | | | | from first implementation, not necessary anymore. | ||||
* | Tabs test: Increase delay in load test. | Scott González | 2011-11-02 | 1 | -1/+1 |
| | |||||
* | Tabs: Force ajax tabs to resolve asynchronously to avoid a bug caused by ↵ | Scott González | 2011-10-10 | 1 | -11/+19 |
| | | | | cached XHRs resolving immediately in IE. | ||||
* | Tabs: Find panels using aria-controls instead of index for remove method. ↵ | Scott González | 2011-09-06 | 1 | -2/+5 |
| | | | | Fixes #7698 - Panels do not sort when a tab is sorted which can cause a mismatch error when a tab is removed. | ||||
* | Tabs: Pass the required deep parameter to cloneNode(). Fixes completely ↵ | Scott González | 2011-08-30 | 1 | -1/+1 |
| | | | | | | broken tabs in Opera. Thanks monoblaine. | ||||
* | Tabs: Fixed detection of local vs. remote tabs. Fixes #4941 - Mishandling of ↵ | Scott González | 2011-08-11 | 1 | -30/+20 |
| | | | | base tag. Fixes #4836 - Self refering href only partially detected. | ||||
* | Tabs: Cleanup. | Scott González | 2011-08-10 | 1 | -7/+5 |
| | |||||
* | All: Moved version numbers into prototypes. Fixed #7436 - Widget: Store ↵ | Scott González | 2011-05-28 | 1 | -4/+1 |
| | | | | version numbers on instances. |