Created
August 17, 2009 04:08
-
-
Save Oshuma/168907 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Add the typical onclick jazz for selected links. | |
| // (Insert your framework of choice.) | |
| $('#tabs a').each(function(index, tab) { | |
| $(tab).attr('onclick', '; return false;'); | |
| }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment