2014-11-30, 07:19:42
I'm sure it works fine with the version of jquery in fancybox but you also need jqueryui.
Also you should not be doing any jquery stuff outside of a on load handler aka ready function.
That is probably why it wasn't working. Jquery was not yet loaded cause of the order of scripts.
Also you should not be doing any jquery stuff outside of a on load handler aka ready function.
That is probably why it wasn't working. Jquery was not yet loaded cause of the order of scripts.