Open color box on Page load
This code working with all frameworks.
Required Latest versions of :-
1-colorbox.js
2-jquery.min.js
2-Download
<script type="text/javascript"> var j=jQuery.noConflict(); j(document).ready(function(){ j.fn.colorbox({width:"685px;",overlayClose: false, escKey: false, inline:true, href:"#inline_content"}); j("#cboxClose").remove(); }); </script>
Comments
Post a Comment