Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $(function () {
- //Add attribute title="Link opens in a new tab" to links with target="_blank"
- $("a[target='_blank']").attr({title:"Link opens in a new tab"});
- });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement