silentpro on 07/30/11
Last Edited at 07/30/11 03:49am
// 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>*/
Report this snippet Tweet
Comment:
You need to login to post a comment.