I am curious if pure javascript can replace this jQuery selector for IE7 and greater..
Do people simply change the markup and select using a class or is their away of selecting this using pure javascript
<h1 rel="xxxexternalxxx">Attribute Contains</h1>
var arrinput = $('[rel*="external"])
Any help would be much appreciated, thank you in advance