Skip to navigation
Add target _blank with javascript
07.12.13
$(document).ready(function(){ $('#link_other a').attr('target', '_blank'); }); // not using jquery window.onload = function(){ var anchors = document.getElementById('link_other').getElementsByTagName('a'); for (var i=0; i
Reply
Anonymous
Information Epoch 1762334650
When you have nothing surprising to say, you should say nothing.
Home
Notebook
Contact us