I am writing this article to tell those who are looking how to start popup advertisement box, with Jquery Lightbox , Thickbox or Colorbox. After a long search and bit of work i found some solution. follow is the code which load the jquery Popup Window on load of a webpage. You can use it for the purpose of advertisement and much more
Code:
Code:
$(document).ready(function() {
$.fn.colorbox({href:"controls.png", open:true});
});
Read More →