Avoid closing Jquery's FancyBox
Posted
by user309745
on Stack Overflow
See other posts from Stack Overflow
or by user309745
Published on 2010-05-09T09:04:42Z
Indexed on
2010/05/09
9:08 UTC
Read the original article
Hit count: 162
jquery-plugins
|fancybox
Hi
I am using fanxybox 1.2.6 but it's getting closed despite of mentionig onContentClick:false
Here is the code:
$("#"+vari).fancybox({'hideOnContentClick':false }).trigger('click');
Kindly help me out
p.s: The window is loading content from other URL(via Iframe)
© Stack Overflow or respective owner