Hi all... I have this problem, im using jquery get / ajax. on my server side my html containers are formatted using tabs(); ($("#container").tabs(). The problem is about cross browsing. In firefox the jquery on the server side is not working.. Note: its working on other browsers. Question : How can I execute the JavaScript / JQuery on the server side??
jQuery is always on the client side as it's just javscript which is beeing run by the browser. So what exactly is not working properly in firefox? The only thing that runs on the server side is your php script that will be requested by jQuery