aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.tabs.js
Commit message (Expand)AuthorAgeFilesLines
* Update copyright to jQuery Foundation.Scott González2012-07-041-1/+2
* Tabs: Change array join to string.Scott González2012-06-141-10/+2
* Tabs: Fixed event triggering for select method.Scott González2012-06-141-1/+1
* Widget: Added _off() for removing event handlers. Fixes #7795 - Widget: _on a...Scott González2012-06-141-3/+3
* Tabs: Better event binding/unbinding.Scott González2012-06-131-4/+3
* Widget: Rename _bind() to _on(). Partial fix for #7795 - Widget: _on and _off.Scott González2012-06-131-4/+4
* Tabs: Removed TODO about making .load() accept nodes; it's unnecessary.Scott González2012-06-121-1/+0
* Tabs: Walk previous tabs (and loop) in refresh() in case the tab we're trying...Scott González2012-06-121-3/+13
* Tabs: Rename internal properties.Scott González2012-06-121-37/+37
* Tabs: jQuery <1.7.2 treats .data() as a getter if the value to set is undefined.Scott González2012-06-111-7/+9
* Tabs: Implement ARIA + Key handling. Fixes #3079 - Tabs: keyboard accessibili...Scott González2012-06-081-62/+281
* Tabs: Properly remove generated aria-controls attributes on destroy.Scott González2012-05-301-3/+14
* Tabs: Remove aria-controls attribute during destroykborchers2012-05-291-1/+2
* Tabs: Simplify _findActive() now that hrefs are never used.Scott González2012-05-291-8/+2
* Tabs: Added heightStyle option. Fixed #8345 - Tabs: Add heightStyle option.Danny Trunk2012-05-281-0/+54
* Tabs: Whitespace.Scott González2012-05-221-1/+1
* Tabs: Don't blur anchors on activation.Scott González2012-05-221-2/+0
* Tabs: Use ._bind() for main event handling.Scott González2012-05-221-12/+10
* Tooltip: Use this instead of that when possible. Saves 24 bytes :-)Scott González2012-05-221-22/+21
* Tabs: Fixed reference to jQuery.Scott González2012-05-211-1/+1
* Tabs: Pass the list item instead of the anchor in events; move aria-controls ...Scott González2012-05-181-40/+55
* Tabs: Update todo to reference newer ticket.Scott González2012-05-161-4/+4
* Tabs: Preparing for when jQuery starts always returning jqXHR objects from $....Scott González2012-05-161-1/+4
* Tabs: Replaced fx option with show and hide options. Fixes #8319 - Tabs: Depr...Scott González2012-05-141-27/+77
* Removed some unused variables.Scott González2012-04-281-5/+0
* Tabs: Don't explicitly remove filter when animating opacity. Fixes #4621 - Ta...Scott González2012-04-061-9/+0
* Build: Filter filters for linting to exclude some to-be-rewritten ones. Fix l...Jörn Zaefferer2012-04-041-2/+2
* Tabs: Coding standards.Scott González2012-04-031-36/+34
* Lint fixes.Scott González2012-04-021-13/+20
* A few lint fixes.Scott González2012-04-021-1/+1
* Protect all copyright notices against minificationJo Liss2012-04-021-1/+1
* Tabs: Wrap attribute value in quotes when querying. Fixes #8207 - Tabs: Error...Scott González2012-03-221-1/+1
* Updated copyright year.Scott González2012-03-081-1/+1
* Update data naming for Tabs. Partial fix for #7810Jörn Zaefferer2012-03-011-4/+4
* Tabs: Whitespace cleanupJörn Zaefferer2012-03-011-2/+2
* Use hard tabs for indentation consistentlyTrey Hunner2012-02-271-1/+1
* JavaScript "strict mode" fixesjdomnitz2012-02-121-4/+2
* Widget: Allow redefining a widget after other widgets have inherited from it.Scott González2012-02-011-137/+119
* Tabs: Pass tab and panel in create event. Fixes #7868 - Tabs: Provide tab and...Scott González2012-01-211-0/+7
* Tabs: Move logic for finding the tab list into its own function to allow over...Scott González2012-01-211-1/+6
* Removed regex from function and split return into two lines.Alex Rhea2012-01-031-3/+5
* Bug fix for isLocal function in jQuery Tabs.Alex Rhea2012-01-031-12/+7
* Widget: Remove method argument from _super and _superApply. Was a left-over f...Jörn Zaefferer2011-11-181-11/+11
* Tabs test: Increase delay in load test.Scott González2011-11-021-1/+1
* Tabs: Force ajax tabs to resolve asynchronously to avoid a bug caused by cach...Scott González2011-10-101-11/+19
* Tabs: Find panels using aria-controls instead of index for remove method. Fix...Scott González2011-09-061-2/+5
* Tabs: Pass the required deep parameter to cloneNode(). Fixes completely broke...Scott González2011-08-301-1/+1
* Tabs: Fixed detection of local vs. remote tabs. Fixes #4941 - Mishandling of ...Scott González2011-08-111-30/+20
* Tabs: Cleanup.Scott González2011-08-101-7/+5
* All: Moved version numbers into prototypes. Fixed #7436 - Widget: Store versi...Scott González2011-05-281-4/+1