I am using jQuery, and wish to make certain links open in a new window.
However, I want to pass as valid XHTML 1.1. Also, I beleive this is a behaviour which should be in the correct layer, i.e. JavaScript.
Any jQuery plugin available?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’ve thrown together a quick jQuery plugin
Example Usage
You can also change, or remove the title text, by passing in some JSON options
Example to change title text:
Example to remove it alltogether
This is my first jQuery plugin, so any feedback would be greatful.