After update to jQuery 1.8.0, jScrollPane gives me this error:
Uncaught Error: Syntax error, unrecognized expression: [type=text/javascript],not([type])
in this line:
$("script",elem).filter('[type=text/javascript],not([type])').remove();
Can anyone help?
Thanks