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
*
Tabs: Removed overflow workaround for IE6.
Scott González
2012-10-26
1
-12
/
+1
*
Tabs: Removed all templating features. Fixes #7158 - Tabs: Remove add and rem...
Scott González
2012-10-25
1
-134
/
+0
*
Tabs: Removed back-compat for load event. Fixes #8731 - Tabs: Remove back-com...
Scott González
2012-10-25
1
-12
/
+0
*
Tabs: Removed abort method. Fixes #7150 - Tabs: Remove abort method.
Scott González
2012-10-25
1
-9
/
+0
*
Tabs: Removed spinner option. Fixes #7151 - Tabs: Remove spinner option.
Scott González
2012-10-25
1
-26
/
+0
*
Tabs: Removed selected option. Fixes #7152 - Tabs: Remove selected option.
Scott González
2012-10-25
1
-36
/
+0
*
Tabs: Removed select event. Fixes #7154 - Tabs: Remove select event.
Scott González
2012-10-25
1
-21
/
+0
*
Tabs: Removed show event. Fixes #7155 - Tabs: Remove show event.
Scott González
2012-10-25
1
-16
/
+1
*
Tabs: Removed select method. Fixes #7156 - Tabs: Remove select method.
Scott González
2012-10-25
1
-15
/
+0
*
Tabs: Removed enable and disable events. Fixes #7160 - Tabs: Remove enable an...
Scott González
2012-10-25
1
-40
/
+0
*
Tabs: Removed length method. Fixes #7161 - Tabs: Remove length method.
Scott González
2012-10-25
1
-7
/
+0
*
Tabs: Removed cookie option. Fixes #7162 - Tabs: Remove cookie option.
Scott González
2012-10-25
1
-52
/
+0
*
Tabs: Removed fx option. Fixes #8320 - Tabs: Remove fx option.
Scott González
2012-10-25
1
-70
/
+0
*
Tabs: Removed url method. Fixes #7148 - Tabs: Remove url method.
Scott González
2012-10-25
1
-7
/
+0
*
Tabs: Removed ajaxOptions and cache options. Fixes #7147 - Tabs: Remove ajaxO...
Scott González
2012-10-25
1
-65
/
+0
*
Build: Enable "unused" option in jshint - Remove unused variables from codeba...
Mike Sherov
2012-10-23
1
-7
/
+5
*
Fixed some jshint errors.
Scott González
2012-10-21
1
-3
/
+3
*
Tabs: Remove anchor clone in isLocal. Fixed #8653 - Tabs are not working insi...
David Petersen
2012-10-16
1
-3
/
+0
*
Tabs: Use aria-controls instead of the anchor's href to match against locatio...
Scott González
2012-10-12
1
-4
/
+5
*
Tabs: Handle extraneous list items when using ui-tabs-active to set the initi...
Scott González
2012-10-09
1
-1
/
+1
*
Updated docs URLS.
Scott González
2012-09-26
1
-1
/
+1
*
Tabs: Account for non-tab list items on init. Fixes #8568 - jQuery ui tabs: w...
Scott González
2012-09-12
1
-1
/
+1
*
Tabs: Don't apply a spinner when nested tabs are loading. Fixes #8529 - tabs ...
Scott González
2012-08-30
1
-1
/
+3
*
Tabs: Set ajaxOptions in intial $.ajax() call. Fixes #8504 - Ajax in Tabs not...
Scott González
2012-08-17
1
-20
/
+31
*
Simplify licensing.
Scott González
2012-08-09
1
-1
/
+1
*
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 a...
Scott González
2012-06-14
1
-3
/
+3
*
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 trying...
Scott González
2012-06-12
1
-3
/
+13
*
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 accessibili...
Scott González
2012-06-08
1
-62
/
+281
*
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
*
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
*
Tabs: Replaced fx option with show and hide options. Fixes #8319 - Tabs: Depr...
Scott González
2012-05-14
1
-27
/
+77
*
Removed some unused variables.
Scott González
2012-04-28
1
-5
/
+0
[next]