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

damojian’s picture

I'm having the same problem, has someone solved it?

damojian’s picture

ok 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.

gopinath1586’s picture

Hi damojian, can u explain how u solved that issues? Which js file and Where i include that js file?

brendoncrawford’s picture

Priority: Normal » Major
Status: Active » Postponed

I would like to fix this soon (hopefully)

RavinderChopra’s picture

Hello brendoncrawford

I have same problem. Please provide me solution if you have made.

I will be very thankful to you

Regards
Ravinder

RavinderChopra’s picture

Hello

Conflict with jquery.tools.min.js and jquery-1.7.2.min.js if I disable these files then ajax_register form working fine.