Wednesday 22 April 2015

$('a.yourlink').click(function(e) { e.preventDefault(); window.open('http://yoururl1.com'); window.open('http://yoururl2.com'); }); Click Here

No comments:

Post a Comment