January 25, 2013 at 13:58 /
There’s the error
Uncaught TypeError: Cannot read property ‘fadeIn’ of undefined
on your page. Google gave me this sulotion:
“Silly problem. It turns out, that you have to load jQueryUI right after jQuery. And I loaded it later.”
Regards