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

gnindl’s picture

Project: Nodereference Explorer » jQuery Update
Version: 6.x-1.1-rc5 » 6.x-2.x-dev

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

ionmedia’s picture

same problem with jquery 1.3

after replace misc/jquery.js seems work fine

markhalliwell’s picture

Component: User interface » Code
Issue summary: View changes
Status: Active » Closed (outdated)

Drupal 6 reached EOL (end-of-life) on February 24, 2016.