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

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -