I'm using the latest version of jQuery and Fancybox both of the official pages, but for strange reason does not work on popup when inputs inside.
That is not working the blur on inputs, my code is:
$("#popup").fancybox({
closeClick : false,
openEffect : 'none',
closeEffect : 'none',
helpers : {
overlay : {
closeClick: false,
}
}
}).trigger("click");
What am I doing wrong?
UPDATE:
Link example: http://jsfiddle.net/YkH5G/