Thread: share popup
View Single Post
Old 10-02-2012, 04:04 PM   PM User | #10
Chris-2k
Regular Coder

 
Join Date: May 2011
Posts: 303
Thanks: 29
Thanked 0 Times in 0 Posts
Chris-2k is an unknown quantity at this point
ah thx, fixed......

now how to display my modal on entering my site, i currently have:

Code:
<!-- basic fancybox setup -->
<script type="text/javascript">
	$(document).ready(function() {
		$(".modalbox").fancybox();
	});
</script>
Chris-2k is offline   Reply With Quote