im using noderefernce explorer with jQuery UI 1.7.3. In node edit form after clicking browse next to a node refernce field i got error "c.Event is not a function" in my firebug and then rendered view did not work, and nor closed.
i found that the reason is by jquery version. i updated my jquery_update.module to 2.x (jquery 1.3) but the problem persist.
finally i replaced misc/jquery.js manually with the version 1.3 one. and the problem solved.
what's the appropriate solution rather than what i did?
Comments
Comment #1
gnindl commentedAccording to the jQuery Update project page you did the correct steps, i. e. install jquery_update 6.x-2.x-dev and include the jQuery 1.7 in your jquery_ui module.
Nevertheless I also have sometimes the problem that the jquery 1.3 file is not included immediately, i. e. watch out for a "replace/jquery.js" file in your HTML Javascript headers. When I flush the Drupal and Browser cache it mostly works.
This is definitely a jquery_update issue wherefore I delegate it there.
Comment #2
ionmedia commentedsame problem with jquery 1.3
after replace misc/jquery.js seems work fine
Comment #3
markhalliwellDrupal 6 reached EOL (end-of-life) on February 24, 2016.