Possible Duplicate:
How can I obfuscate JavaScript?
I have some complex Jquery/Javascript code wich i want to protect from reading. Is there a possibility to put the code in a map wich is only acceable for the webserver? So others can view the page with the jquery functionality, but can’t read the sourcecode?
No, and for a good reason: users should always have control over what’s executed in their user agents. Why don’t you just minify and obfuscate the code?