$.post does not works in firefox

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bargavi
    New Member
    • Jul 2007
    • 3

    $.post does not works in firefox

    If we use $.post then it says its not a function.Can anyone provide an example how to use $.post methods in ajax

    Thanks
  • gits
    Recognized Expert Moderator Expert
    • May 2007
    • 5390

    #2
    hi ...

    welcome to TSDN ...

    does that work in IE? i don't think so ;) ... i think you use an ajax-framework, probably prototype or jquery? ... is the framework included correctly and correctly initialized?

    kind regards

    Comment

    • bargavi
      New Member
      • Jul 2007
      • 3

      #3
      yes i think so it gets intialised.

      But onething cannt we use prototype and jquery simultaneously i think so.

      If i have commented out prototype then it works fine.

      But i need both .What to do ?

      Thanks

      Comment

      • gits
        Recognized Expert Moderator Expert
        • May 2007
        • 5390

        #4
        hmmm ... that may be tricky then ;) ... you have to create a namespace or distinct execution context for both of the frameworks ... unfortuatly i'm not very familiar with those frameworks ... so only i'm able to give you the hint to have a look at the documentation of the frameworks on how to make them cooperate with other frameworks ...

        or somebody of our experts here notices that thread and gives you a hint for what to do ...

        kind regards

        Comment

        • bargavi
          New Member
          • Jul 2007
          • 3

          #5
          thanks for your reply

          Comment

          • pbmods
            Recognized Expert Expert
            • Apr 2007
            • 5821

            #6
            Heya, bargavi.

            What do you want your code to do? Give an example.
            What is your code doing that you don't want it to do? Give an example.
            What is your code *not* doing that it is supposed to? Give an example.

            Comment

            Working...