jQuery compression does not work



Hi, could someone please explain I have a jquery which runs fine with no errors, but when it is compressed, it returns errors?

Help needed?



Try using Jslint (http://www.jslint.com/) or Firebug to find out what could be wrong. What tool are you using to compress your javascript? Try some other javascript compressor tool?

Finally it worked. What I found was that the compressor didn't add the ';' on the end of the compressed file. I just added one and it worked fine. Thanks.