Showing posts with label Open Links in New Window Using jQuery. Show all posts
Showing posts with label Open Links in New Window Using jQuery. Show all posts

Tuesday, July 30, 2013

How to Open Links in a New Window Using jQuery

All links will be opened in a new window if u use this Javascript code that use jQuery framework. $('a').each(function() { var a ...