JQuery AJAX is not properly working

Discussion in 'jQuery' started by bartolay13, Mar 10, 2010.

  1. #1
    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??
     
    bartolay13, Mar 10, 2010 IP
  2. Nyu

    Nyu Peon

    Messages:
    79
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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 ;)
     
    Nyu, Mar 11, 2010 IP