111 Commits

Author SHA1 Message Date
Steve Schwartz 43ea3aad8d Merge pull request #203 from ahendri/patch-1
Use history API fallback to location hash
2015-01-06 20:43:54 -05:00
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
Steve Schwartz b7d6337dcb Merge pull request #139 from CableGuy67/patch-1
typo in valid id pattern
2013-11-17 16:54:53 -08: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 8d2e68d96e Updated easytabs.jquery.json 2013-07-11 02:15:03 -04:00
Steve Schwartz 47cffaf1fd Added jquery plugin registry json 2013-07-11 02:09:16 -04:00
Steve Schwartz f35f198cd0 Updated package.json info 2013-07-11 02:09:05 -04:00
Steve Schwartz b04c915ed8 Version 3.2.0 v3.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
Steve Schwartz a910ba606c Added jquery version dependencies to package.json 2012-04-17 23:06:49 -04:00
Steve Schwartz 4a9dada046 Filled in specs for basic page load functionality 2012-04-02 16:05:54 -04:00
Steve Schwartz 4e7fc26df5 Added pending spec for hitting back button to default tab 2012-04-02 15:34:34 -04:00
Steve Schwartz e6308d5a4d Added pending specs for things that need tests added 2012-04-02 15:33:03 -04:00
Steve Schwartz 9455624f7b Added specs for having tabs and panels 2012-04-02 15:00:16 -04:00
Steve Schwartz 9a6acd21c0 Added jasmine and began creating test suite 2012-04-02 14:35:46 -04:00
root 28988aeff9 modified: lib/jquery.easytabs.js 2012-03-09 15:14:30 +00:00
Steve Schwartz 54e9668090 Version 3.1.1 v3.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 v3.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 c54f8f8d4f Fixed title attribute in demo v3.0 2012-01-19 01:51:16 -05:00
Steve Schwartz 2bce66b715 Bumped to version 3.0 2012-01-19 01:34:25 -05:00
Steve Schwartz ee37db48ea Fixed to not specify jquery version in dependencies 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 a9cd969d73 Added 'main' to package.json 2012-01-19 01:28:39 -05:00
Steve Schwartz a343ab9079 Updated demos in package.json 2012-01-19 01:28:39 -05:00
Steve Schwartz 974ae07465 Created new basic demo with link. Deleted all extraneous demos. 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
Steve Schwartz 96dfe53f26 Fixed errors with publicMethods. Minified rewrite file. 2012-01-18 16:40:03 -05:00
Steve Schwartz a47603fcde Rewrote easytabs based on what I know now... about time after 2 years. 2012-01-18 03:16:44 -05:00