Created
May 30, 2013 20:17
-
-
Save johnbhartley/5680818 to your computer and use it in GitHub Desktop.
Make links unclickable through jQuery...quick fix, but probably not the best way
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
jQuery(document).ready(function() { | |
jQuery('a.maxbutton-1').attr( 'onClick', 'return false' ); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment