Usage: jQuery A+ accepts settings from an object of key/value pairs, and can be assigned to any HTML element. See "Plugin options".
//enable A+ syntax for all A tags inside body element, now or in the future
$('body').Aplus();
//enable A+ syntax for the specific A tag
$('#link1').Aplus({confirmType:'dialog'});
HTML syntax
class attribute
ajax
Replaces the contents of the page with the contents of the url using ajax
ajax-to-element_id
Replaces only the contents of the element, with the contents of the url, using ajax
ajax-from-element_id
Replaces the contents, with a part of the contents of the url (the element content indicated)
blank
Opens the linked document in a new window or tab
confirm
Opens the linked document only after user confirmation
confirm-mask-element_id
Element that contains text for the confirm dialog.
dialog
Open link in a jqueryUI dialog (use iframe)
dialog-ajax
Fetch url via Ajax and insert contents in the dialog body