jquery - Open Colorbox on page load -
i have been trying make colorbox work on page load, can see loading plain background. used code
$.fn.colorbox({id:'', title:'',open:true});
you can find demo here
http://www.bloggermint.com/demos/popupsub/colorbox/example5/index.html
edited:
<script type="text/javascript"> $(document).ready(function(){ $.colorbox({width:"30%", inline:true, href:"#subscribe"}); }); </script>
Comments
Post a Comment