/ Published in: Other
Expand |
Embed | Plain Text
// Make External Links Open in New Window with External Rel $('a[@rel$='external']').click(function(){ this.target = "_blank"; }); /* Usage: <a href="http://www.lepinskidesign.com.br/" rel="external">lepinskidesign.com.br</a> */
You need to login to post a comment.
