How to launch jQuery Fancybox on page load?

//first include fancybox javascript file and jquery javascript file.

<script type=”text/javascript”>

jQuery(document).ready(function() {
$(“a#various2”).trigger(‘click’);
});
</script>


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *