Close fancy box after some time

if you want to close your fancy box pop-up window Automatically after some time then 


setTimeout("parent.jQuery.fancybox.close();", 5000);

in red portion we can set any thing which works delay after 5 second,

Comments

Popular posts from this blog

Sort Products by popularity count in Magento

Safe name of a file by php