32 Commits

Author SHA1 Message Date
Achim Hendriks
f0f85eb005 Use history API fallback to location hash
this prevents the browser from jumping to the anchor identified by the hash
2014-11-25 22:40:47 +01:00
Mark
a2483504e2 typo in valid id pattern
currently reads, "one or more letters followed one letter, number or assorted symbols followed by one pretty much anything."
Because of this aaaCDCDDCD or a-$ matches but test-site does not.
To be a bit more clear on exactly what we want to capture saying, "one letter followed by zero or more letters, numbers or assorted symbols.
2013-09-30 13:38:07 +03:00
Steve Schwartz
b04c915ed8 Version 3.2.0 2013-05-09 17:50:09 -04:00
Steve Schwartz
b7797a668b Updated minified easytabs file. 2013-05-09 17:49:06 -04:00
Steve Schwartz
76253d7ad1 Fixed easytabs height transition error for jquery 1.8 and IE7. 2013-05-09 17:25:38 -04:00
Steve Schwartz
a3ede872c3 Made defaultTab could not be found debug message more helpful. 2013-05-09 15:26:43 -04:00
Steve Schwartz
05abdcbf5a Use e.returnValue when e.preventDefault isn't defined (for IE 7) to prevent page jump when clicked. 2013-05-09 00:51:39 -04:00
Steve Schwartz
2e53a9d651 Merge branch 'master' of github.com:Craigy-/jQuery-EasyTabs into Craigy--master 2013-05-09 00:07:13 -04:00
Steve Schwartz
9d25ca5ac0 Merge branch 'master' of github.com:dcabasson/jQuery-EasyTabs into dcabasson-master 2013-05-09 00:02:41 -04:00
Cory Kaufman-Schofield
72937ed896 Show a warning when removing a tab from the tab set because there is no matching panel 2013-05-08 23:33:32 -04:00
Steve Schwartz
e61b5dc528 Merge branch 'master' of github.com:dwgebler/jQuery-EasyTabs into dwgebler-master 2013-05-08 23:17:18 -04:00
Craigy-
5a401bf77d Add 'initialised' event. 2013-04-09 12:07:48 +04:00
Steve Schwartz
17ee0f3c10 Fixed unrecognized selector error from jQuery if hash contains something like '#/about' (e.g. from another javascript plugin). 2013-01-30 15:36:39 -05:00
dcabasson
bb7499d621 targetId should be found using the capturing group rather than the current way. This would work for all URLs while the current code is broken for href that include the page URL 2013-01-09 12:15:28 -05:00
root
28988aeff9 modified: lib/jquery.easytabs.js 2012-03-09 15:14:30 +00:00
Steve Schwartz
54e9668090 Version 3.1.1 2012-01-26 16:31:04 -05:00
Steve Schwartz
1368887093 Updated minified file 2012-01-26 16:29:42 -05:00
Steve Schwartz
1bba15748d Don't hide active panels when getTabs called manually. Fixes #29. 2012-01-26 16:26:55 -05:00
Steve Schwartz
471f6125e7 Updated syntax 2012-01-26 16:21:50 -05:00
Pascal d'Hermilly
7f803e07b6 Force reload of tab in selectTab if cache=false; 2012-01-24 17:03:26 +01:00
Steve Schwartz
e97250cf81 Added last resort to find links where the end matches the url. Closes #5. 2012-01-22 16:03:20 -05:00
Steve Schwartz
3efabb1025 Updated minified file 2012-01-22 15:24:27 -05:00
Steve Schwartz
ffd34502db Added panelContext parameter. Closes #25. 2012-01-22 15:23:53 -05:00
Steve Schwartz
f5dbd073b2 Version 3.1 2012-01-21 22:59:19 -05:00
Steve Schwartz
66359f5b6c Updated minified file 2012-01-21 22:57:35 -05:00
Steve Schwartz
acc25e37a4 Added easing options 2012-01-21 22:56:43 -05:00
Steve Schwartz
77631d1352 Updated minified file 2012-01-19 21:28:19 -05:00
Steve Schwartz
dd9d5c39b4 Organized functions, moved some to be private. Added more comments to code. 2012-01-19 21:13:22 -05:00
Steve Schwartz
2bce66b715 Bumped to version 3.0 2012-01-19 01:34:25 -05:00
Steve Schwartz
72a654dabc Updated minified file 2012-01-19 01:29:18 -05:00
Steve Schwartz
5aaa60bd75 Fixed defaultTab selecting across instances if last tab was with current instance 2012-01-19 01:28:39 -05:00
Steve Schwartz
fa93f5aff2 Updated to jquery 1.7.1. Moved files to lib and vendor directories. 2012-01-19 01:28:39 -05:00