Scott González
d7ee9569e1
Tabs: Trigger the select event when collapsing. Fixes #8813 - Tabs: select event not triggering when collapsible:true.
2012-11-14 14:59:12 -05:00
Scott González
41ec41126d
Tabs: Show panels on destroy. Fixes #8795 - Tabs: 'display: none;' attribute is not removed from tabs when destroy is called.
...
(cherry picked from commit fd48568c40
)
2012-11-13 11:05:54 -05:00
Scott González
cdccd9956a
Tabs: Encode spaces from window.location. Fixes #8777 - Tabs fail in Safari 5.1 when window.location contains a space.
...
(cherry picked from commit c6b52db892
)
2012-11-13 10:50:51 -05:00
Mike Sherov
e1230997aa
Build: Enable "unused" option in jshint - Remove unused variables from codebase. - Closes gh-788
...
Squashed commit of the following:
commit 7f19f92c64
Author: Mike Sherov <mike.sherov@gmail.com>
Date: Tue Oct 23 10:34:28 2012 -0400
put back in fake args for signatures that we want to keep
commit 257505a9e6
Author: Mike Sherov <mike.sherov@gmail.com>
Date: Tue Oct 23 08:10:20 2012 -0400
changes per @scott_gonzalez
commit 12725480cb
Author: Mike Sherov <mike.sherov@gmail.com>
Date: Mon Oct 22 22:54:05 2012 -0400
clean up unused vars in ui directory
commit 563595e7ae
Author: Mike Sherov <mike.sherov@gmail.com>
Date: Mon Oct 22 22:37:42 2012 -0400
clean up unused vars in grunt and tests
2012-10-23 09:37:46 -05:00
Scott González
eb4178f819
Fixed some jshint errors.
2012-10-21 18:23:32 -04:00
David Petersen
8ce35198da
Tabs: Remove anchor clone in isLocal. Fixed #8653 - Tabs are not working inside iframe in IE6/7.
2012-10-16 22:58:42 -04:00
Scott González
94221c4e5b
Tabs: Use aria-controls instead of the anchor's href to match against location.hash. Fixes #8660 - Tabs: Set initial active tab from location hash for ajax tabs.
2012-10-12 11:07:04 -04:00
Scott González
fa62f21e5a
Tabs: Handle extraneous list items when using ui-tabs-active to set the initially active tab. Fixes #8568 - jQuery ui tabs: wrong default active li if ul contains extraneous elements.
2012-10-09 09:07:11 -04:00
Scott González
149567e476
Updated docs URLS.
2012-09-26 18:06:20 -05:00
Scott González
7023ed4699
Tabs: Account for non-tab list items on init. Fixes #8568 - jQuery ui tabs: wrong default active li if ul contains extraneous elements.
2012-09-12 09:28:51 -04:00
Scott González
13fa4a9dac
Tabs: Don't apply a spinner when nested tabs are loading. Fixes #8529 - tabs with in tabs, heading appears as Loading....
2012-08-30 09:44:57 -04:00
Scott González
af67883226
Tabs: Set ajaxOptions in intial $.ajax() call. Fixes #8504 - Ajax in Tabs not passing data in 1.9. beta 1.
2012-08-17 09:08:07 -04:00
Scott González
485ca7192a
Simplify licensing.
2012-08-09 15:09:50 -04:00
Scott González
a4534bb993
Update copyright to jQuery Foundation.
2012-07-04 09:08:08 -04:00
Scott González
e2bbe04bc7
Tabs: Change array join to string.
2012-06-14 21:22:36 -04:00
Scott González
f1e1f8ae15
Tabs: Fixed event triggering for select method.
2012-06-14 13:42:02 -04:00
Scott González
ff39bed57a
Widget: Added _off() for removing event handlers. Fixes #7795 - Widget: _on and _off.
2012-06-14 12:33:16 -04:00
Scott González
6d9c77a268
Tabs: Better event binding/unbinding.
2012-06-13 10:40:41 -04:00
Scott González
9608e98149
Widget: Rename _bind() to _on(). Partial fix for #7795 - Widget: _on and _off.
2012-06-13 08:00:45 -04:00
Scott González
3d5c6183a3
Tabs: Removed TODO about making .load() accept nodes; it's unnecessary.
2012-06-12 10:39:32 -04:00
Scott González
9ebeb0616a
Tabs: Walk previous tabs (and loop) in refresh() in case the tab we're trying to activate is disabled.
2012-06-12 10:07:16 -04:00
Scott González
9e805c0384
Tabs: Rename internal properties.
2012-06-12 09:11:49 -04:00
Scott González
4866182dee
Tabs: jQuery <1.7.2 treats .data() as a getter if the value to set is undefined.
2012-06-11 10:43:04 -04:00
Scott González
48588d3bef
Tabs: Implement ARIA + Key handling. Fixes #3079 - Tabs: keyboard accessibility. Fixes #7845 - Tabs: default accessibility.
2012-06-08 22:26:05 -04:00
Scott González
fe567eb958
Tabs: Properly remove generated aria-controls attributes on destroy.
2012-05-30 08:01:02 -04:00
kborchers
9f59d01fdc
Tabs: Remove aria-controls attribute during destroy
2012-05-29 22:25:23 -05:00
Scott González
234ced07ef
Tabs: Simplify _findActive() now that hrefs are never used.
2012-05-29 10:04:20 -04:00
Danny Trunk
6e2f95f59d
Tabs: Added heightStyle option. Fixed #8345 - Tabs: Add heightStyle option.
2012-05-28 15:11:20 -04:00
Scott González
c1dc1911bf
Tabs: Whitespace.
2012-05-22 16:22:40 -04:00
Scott González
ad1b647973
Tabs: Don't blur anchors on activation.
2012-05-22 15:13:45 -04:00
Scott González
bbb44f9e67
Tabs: Use ._bind() for main event handling.
2012-05-22 15:12:38 -04:00
Scott González
9b37ed24ce
Tooltip: Use this instead of that when possible. Saves 24 bytes :-)
2012-05-22 13:46:33 -04:00
Scott González
44cd5d9186
Tabs: Fixed reference to jQuery.
2012-05-21 08:31:38 -04:00
Scott González
5c9d9f9e9d
Tabs: Pass the list item instead of the anchor in events; move aria-controls from the anchor to the list item.
2012-05-18 16:11:14 -04:00
Scott González
a88b94ebeb
Tabs: Update todo to reference newer ticket.
2012-05-16 19:22:49 -04:00
Scott González
90705cdffe
Tabs: Preparing for when jQuery starts always returning jqXHR objects from $.ajax().
2012-05-16 17:14:50 -04:00
Scott González
d4318a5f4c
Tabs: Replaced fx option with show and hide options. Fixes #8319 - Tabs: Deprecate fx option.
2012-05-14 14:40:06 -04:00
Scott González
57d18cd6b7
Removed some unused variables.
2012-04-28 17:36:38 -04:00
Scott González
c0f5db5394
Tabs: Don't explicitly remove filter when animating opacity. Fixes #4621 - Tabs: Don't forcefully remove filter attribute.
2012-04-06 09:03:04 -04:00
Jörn Zaefferer
79f1eea6dc
Build: Filter filters for linting to exclude some to-be-rewritten ones. Fix lint in those remaining
2012-04-04 11:02:08 +02:00
Scott González
a505192420
Tabs: Coding standards.
2012-04-03 19:59:08 -04:00
Scott González
639afa5954
Lint fixes.
2012-04-02 19:12:21 -04:00
Scott González
ccbfd45924
A few lint fixes.
2012-04-02 15:55:50 -04:00
Jo Liss
37dcc3e21d
Protect all copyright notices against minification
...
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.
2012-04-02 15:21:06 +02:00
Scott González
adbc2733bb
Tabs: Wrap attribute value in quotes when querying. Fixes #8207 - Tabs: Error with href selector.
2012-03-22 13:17:17 -04:00
Scott González
932fe888c0
Updated copyright year.
2012-03-08 10:53:08 -05:00
Jörn Zaefferer
e93993c54f
Update data naming for Tabs. Partial fix for #7810
2012-03-01 13:31:25 +01:00
Jörn Zaefferer
bfadd5c5a2
Tabs: Whitespace cleanup
2012-03-01 13:30:57 +01:00
Trey Hunner
9d6e94faf4
Use hard tabs for indentation consistently
2012-02-27 12:04:30 -05:00
jdomnitz
57fe6ed01d
JavaScript "strict mode" fixes
2012-02-12 19:58:56 -05:00