An open API service indexing awesome lists of open source software.

https://github.com/johnantoni/jquery.nolink

add javascript:void to any hyperlinks, good for progressive enhancement
https://github.com/johnantoni/jquery.nolink

Last synced: about 1 year ago
JSON representation

add javascript:void to any hyperlinks, good for progressive enhancement

Awesome Lists containing this project

README

          

How to use?
-----------

$("a.submit").nolink();

Adds JavaScript:void(0); to the href attribute of links with the submit class href attribute.
Used to handle links differently when javascript is available using progressive enhancement.

now superseeded by .preventDefault();

http://api.jquery.com/event.preventDefault/