I'm running into an issue where there is a conflict with my jquery file that is included on the page for other purposes. The js error I receive when I try to submit a form is the following:
formObj.a_ajaxSubmit is not a function
This function doesn't exist in my jquery file (jquery 1.4.2), and the only thing I can think of that would be limiting the ajax script to run would be the order of the files.
Has anyone else running into something similar?
Comments
Comment #1
damojian commentedI'm having the same problem, has someone solved it?
Comment #2
damojian commentedok I got it, this is not a bug, the ajax module includes its own jquery, so including another in the template will overwrite the previous and its ajaxSubmit plugin.
Comment #3
gopinath1586 commentedHi damojian, can u explain how u solved that issues? Which js file and Where i include that js file?
Comment #4
brendoncrawford commentedI would like to fix this soon (hopefully)
Comment #5
RavinderChopra commentedHello brendoncrawford
I have same problem. Please provide me solution if you have made.
I will be very thankful to you
Regards
Ravinder
Comment #6
RavinderChopra commentedHello
Conflict with jquery.tools.min.js and jquery-1.7.2.min.js if I disable these files then ajax_register form working fine.