When the script loads, I get this error:
TypeErro
I had this problem only on Chrome.
I tried adding
var $ =jQuery.noConflict();
just before calling
$(document).ready(function () {
It worked.
Thanks a lot