Look into encrypting or obfuscating your JavaScript code. Note that this will not hide or prevent your code from being deciphered - it just makes it harder for someone to read or get to your code.
Look into encrypting or obfuscating your JavaScript code. Note that this will not hide or prevent your code from being deciphered - it just makes it harder for someone to read or get to your code.
here is an article that deals with this problem ... you should consider to just not to do this ... personally i think it would have more drawbacks then advantages. while minifying the code makes sense ... obfuscating doesn't ... as i said: it's my personal point of view :)
Comment