index
:
jquery-ui.git
1-10-stable
1-11-stable
1-12-stable
1-13-stable
1-8-stable
1-9-stable
datepicker
dependabot/github_actions/github-actions-6951dec90a
dependabot/github_actions/github-actions-e7ab6fa4fa
dependabot/npm_and_yarn/body-parser-1.20.3
dependabot/npm_and_yarn/express-4.20.0
interactions
main
spinner-globalize-1.x
The official jQuery user interface library: https://github.com/jquery/jquery-ui
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ui
/
jquery.ui.tabs.js
Commit message (
Expand
)
Author
Age
Files
Lines
*
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 and...
Scott González
2012-01-21
1
-0
/
+7
*
Tabs: Move logic for finding the tab list into its own function to allow over...
Scott González
2012-01-21
1
-1
/
+6
*
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
*
Widget: Remove method argument from _super and _superApply. Was a left-over f...
Jörn Zaefferer
2011-11-18
1
-11
/
+11
*
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 cach...
Scott González
2011-10-10
1
-11
/
+19
*
Tabs: Find panels using aria-controls instead of index for remove method. Fix...
Scott González
2011-09-06
1
-2
/
+5
*
Tabs: Pass the required deep parameter to cloneNode(). Fixes completely broke...
Scott González
2011-08-30
1
-1
/
+1
*
Tabs: Fixed detection of local vs. remote tabs. Fixes #4941 - Mishandling of ...
Scott González
2011-08-11
1
-30
/
+20
*
Tabs: Cleanup.
Scott González
2011-08-10
1
-7
/
+5
*
All: Moved version numbers into prototypes. Fixed #7436 - Widget: Store versi...
Scott González
2011-05-28
1
-4
/
+1
*
Tabs: Don't cancel existing ajax requests when programmatically loading a tab...
Scott González
2011-05-17
1
-5
/
+3
*
Tabs: Fixed load event with back compat enabled.
Scott González
2011-05-17
1
-0
/
+12
*
Tabs: Removed some animation cleanup code that doesn't appear to be necessary.
Scott González
2011-05-17
1
-7
/
+1
*
Tabs: Escape all special characters when sanitizing hash selectors. Fixes #46...
Scott González
2011-05-17
1
-1
/
+1
*
Tabs: Added tests for load method.
Scott González
2011-05-16
1
-6
/
+5
*
Tabs: When adding a new tab with an existing panel, don't move it. Fixes #457...
David Murdoch
2011-05-16
1
-3
/
+13
*
Tabs: Removing queue logic, _hideTab, and _showTab - Replaced with _toggle - ...
gnarf
2011-05-14
1
-68
/
+50
*
Tabs: Minor cleanup of deprecated code.
Scott González
2011-05-11
1
-8
/
+6
*
Tabs: Simplify logic for showing/hiding tabs.
Scott González
2011-05-11
1
-36
/
+10
*
Tabs: Fixed select event.
Scott González
2011-05-10
1
-9
/
+10
*
Tabs: Fixed show event.
Scott González
2011-05-10
1
-11
/
+15
*
Tabs: Fixed cookie implementation. Fixes #7144 - Tabs: Deprecate cookie option.
Scott González
2011-05-10
1
-39
/
+32
*
Tabs: Only trigger tabsload on success.
Scott González
2011-05-09
1
-3
/
+2
*
Tabs: Added tests for cache option. Fixes #7131 - Tabs: Add beforeload event;...
Scott González
2011-05-09
1
-1
/
+1
*
Tabs: Refactored spinner implementation. Fixes #7134 - Tabs: Deprecate spinne...
Scott González
2011-05-09
1
-24
/
+18
*
Tabs: Removed executable file permissions. Fixes #7329 - Tabs doesn't need to...
eddiemonge
2011-05-06
1
-0
/
+0
*
Tabs: Added tests for deprecated select method. Fixes #7138 - Tabs: Deprecate...
Scott González
2011-05-03
1
-2
/
+2
*
Tabs: Fixed back-compat for selected option. Fixes #7135 - Tabs: Rename selec...
Scott González
2011-05-03
1
-12
/
+8
*
Tabs: Fixed enabled and disabled methods. Fixes #7142 - Tabs: Deprecate enabl...
Scott González
2011-05-03
1
-4
/
+6
*
Tabs: Cleaned up add and remove methods.
Scott González
2011-04-28
1
-24
/
+30
*
Tabs: Added more tests for refresh method and changed the implementation a bit.
Scott González
2011-04-28
1
-22
/
+14
*
Tabs: Fix issues with refresh method, add refresh method tests
David Petersen
2011-04-28
1
-13
/
+23
*
Tabs: Remove refresh dependancy in _setOptions
David Petersen
2011-04-28
1
-2
/
+15
*
Tabs: Fixed disable method and cleaned up tests for enable and disable methods.
Scott González
2011-04-28
1
-0
/
+3
*
Tabs: enable/disable handle when current state already matches, fix error whe...
David Petersen
2011-04-28
1
-1
/
+9
*
Tabs: simplify disabled logic
David Petersen
2011-04-28
1
-46
/
+40
*
Tabs: Make sure prototype.url is defined before trying to shim it
David Petersen
2011-04-28
1
-8
/
+9
*
Accordion, Autocomplete, Tabs: Separate callbacks and options in the defaults.
Scott González
2011-04-25
1
-3
/
+5
*
Tabs: Fixed issues with collapsible and active options.
Scott González
2011-04-11
1
-0
/
+10
*
Tabs: Cleaned up _tabId() implementation.
Scott González
2011-04-05
1
-5
/
+4
*
Tabs: Better handling of active option and various cleanup.
Scott González
2011-04-05
1
-65
/
+67
*
Tabs: Pass appropriate data for beforeLoad event. Partial fix for #7131 - Tab...
Scott González
2011-04-05
1
-22
/
+24
*
Tabs: cleanup.
Scott González
2011-04-04
1
-11
/
+16
*
Tabs: Pass appropriate data for activate event. Fixes #7137 - Tabs: Rename sh...
Scott González
2011-04-04
1
-29
/
+39
*
Tabs: Properly handle switching from active: false.
Scott González
2011-04-04
1
-3
/
+3
*
Tabs: Pass appropriate data for beforeActivate event. Fixes #7136 - Tabs: Ren...
Scott González
2011-04-04
1
-40
/
+53
[next]