jQuery A+ is an unobtrusive script that adds useful features to 'A' tags allowing webpages to maintain compatibility with HTML standards. The script syntax is compatible with all HTML / XHTML standards.
For example, you can open link in a new window/tab (like target="_blank"):
<a href="demo/ok11.htm" class="blank">Click Me</a>
or open a popup window without using javascript code:
<a href="demo/ok31.htm" class="win-center">Click Me</a>
or ask for confirmation before opening a link
<a href="demo/ok21.htm" class="confirm">Click Me</a>
Is JavaScript disabled? The links will continue to work in the traditional way!
This plugin requires jQuery 1.7.0 and above to work. Fully compatible with jQuery 3.7+! Tested on Chrome, Edge, Firefox, Safari.
Download
- jQuery A+ 0.9.0 (2024-11-03) : compressed | uncompressed
Changelog: view
Old versions: archive
Source on GitHub: https://github.com/andreaval/jAplus
Star
Author
Designed and developed by Andrea Vallorani
andrea.vallorani@gmail.com
Follow @andreaval