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

Popular posts from this blog

Category Name with Products in Cart Page Magento

Safe name of a file by php

Sort Products by popularity count in Magento