Breaks the links with _blank
-
This plugin adds the below script
$('a').removeAttr('target');
Which eventually remove the target=”_blank” from all the links in the page. Not sure why such behaviour is required? May be have it inside a div if you need any links to be updated for the plugin puprpose?
- The topic ‘Breaks the links with _blank’ is closed to new replies.