/ Published in: jQuery
Easily target elements which have certain attributes using jQuery
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
$('a[target=_blank]').css('background', 'red');