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 1732503826
Store numerical data in flat files.
Home
Notebook
Contact us