<script> colorbox = jQuery.colorbox; jQuery(".custom-close").click(function() { colorbox.close(); }); </script>Hope you all will be enjoy this script. http://www.jacklmoore.com/colorbox/ Happy New Year To All My Friends!
Close ColorBox Popup Using Custom Button :jQuery
Hello Friends,
If you want to close the ColorBox Popup window using your custom button then use given code on your site.
Example : <input type="button" value="Continue to map" id="et-reset" class="custom-close">
Its working thanks
hi sir,
how to create the colorbox onclick the button
Hi Jaya,
Thanks for visit to my blog.
You can open colobox on click on any tag..follow given below example.
Click here to open lightbox
$(document).ready(function(){
$(“.inline”).colorbox({inline:true, width:”50%”});
})
Feel free to contact me for any query.