$(document).ready(function () {
$.fancybox({
'width': '40%',
'height': '40%',
'autoScale': true,
'transitionIn': 'fade',
'transitionOut': 'fade',
'type': 'iframe',
'href': 'http://www.example.com'
});
});
http://stackoverflow.com/questions/807271/how-to-launch-jquery-fancybox-on-page-load
No comments:
Post a Comment