JQuery compatibility problem
During developement i did'nt make attention to cross platform compatibility and used only firefox to test it. Everything when fine until i try it under chrome then under IE to find out the big mistake.
Under Chrome i get these error messages:
> Uncaught SyntaxError: Unexpected end of input.
> Uncaught SyntaxError: Unexpected token <
> Uncaught TypeError: undefined is not a function external.js:49
(anonymous function) external.js:49
jQuery.event.dispatch jquery.js:3074
elemData.handle
I am lost and cannot fix it.
Please try it and tell me what should i do .