How can I have all links with a .pdf
file extension open in a new window using jQuery? I need to change this:
<a href="domain.com/pdf/parkingmap.pdf">parking map</a>
In to this:
<a href="domain.com/pdf/parkingmap.pdf" target="_blank">parking map</a>
All files are in a /pdf
folder if that helps.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…