Welcome Guest, Not a member yet? Register   Sign In
Close a fancybox or redirect to the parent page in the controller
#2

[eluser]gummiforweb[/eluser]
Did you put your form in a iframe or just a div?
to close a fancybox, there's a fancybox function you can call.

Code:
$.fancybox.close();

if it's in a iframe, use

Code:
parent.$.fancybox.close();

Reference: Fancybox API


Messages In This Thread
Close a fancybox or redirect to the parent page in the controller - by El Forum - 08-31-2013, 11:23 PM



Theme © iAndrew 2016 - Forum software by © MyBB