I have developed an web application using xhtml, jQuery, Ajax, java, Servlets & tomcat on window machine. This application is running quite well on my Windows machine but now I have uploaded it to a Linux machine.
There are some problem I am getting on Linux machine e.g.
Web page resolution & size: I fixed it but want some more suggestion on it. If anybody has faced any similar situation.
jQuery/javascript: Some functionality isn’t working on the Linux machine and I am not able to figured it out. I guess javascript/jQuery functions should be defined in a Linux way. Please give me some ideas on it.
Regarding your second issue, Linux is not affecting your javascript, but the browser does. So you don’t have to define your javascript “in a linux way” as you say, just be sure your javascript code is as cross-browser as possible OR use the same browser in both operating systems.
For example, your page should behave the same in Firefox for Windows and Firefox for Linux.
Hope this helps. Cheers