jquery - Reload parent page on fancybox transitionOut -
I am using fancybox to look at Ephram like this ..
Fancybox ({'titleposition': 'inside', 'in transit': 'feedin', 'transit': 'reload ()' click ($ ("function") }). Click ();});});
There are some actions in IFrame within this fancybox;
So whatever I want, as soon as I turn off the [transitionout ']
fancybox, my parent page reloads.
How can I get this?
Thanks
found: / Strong>
$ ("# button"). Fancybox ({'titleposition': 'inside', 'in transit': 'feedin', 'onclosed': function () {parent.location.reload (true) );;}}). Click ();});
Comments
Post a Comment