Clickable Website Wallpaper


/ Published in: JavaScript
Save to your folder(s)


jQuery(document).ready(function() {
$('#background-adv').click(function(){
window.open('http://www.the10most.com');
});
});


Copy this code and paste it in your HTML
  1. Web Random

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.