Thread: jQuery Fancy Box Autoclose...
View Single Post
Old 06-02-2009, 03:31 PM   PM User | #3
Hydrogen
New to the CF scene

 
Join Date: Jan 2003
Location: England
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Hydrogen is an unknown quantity at this point
I've tried
Code:
$(this).html('Question sent successfully, thank you.').addClass('messageboxok').fadeTo(900,1,
function()
  { 
          // close
          $.fn.fancybox.close();
  });
Nothing happens - I guess it's not as simple as this, but I seems like something you should be able to do.
__________________
One Man Army
Hydrogen is offline   Reply With Quote