Hi,
I'm using Jquery for a little Ajax I'm putting in a form. I'm no JS expert but I can usually hack it.
The Jquery works for the stuff I'm using it for, but it seems to clash with the drupal.js or something.
Anyway, I get the following in firebug: input.setAttribute is not a function
This happens on anypage with autocomplete set on a form.
On these pages, all the autocomplete (AJAX) and the collapsable menus fail.
Does anyone have any idea what this could be?
Cheers

Comments

liquidcms’s picture

Yes, i was trying to use farbtastic (which uses jsquery) and i thought everything was working until i realized that drupal collapsible menus are now busted.

did you happen to get this figured out?

Peter Lindstrom
www.LiquidCMS.ca

JamieR’s picture

Having the same problem here... I'll post if I find anything out.

JamieR’s picture

See here: http://drupal.org/node/69786#comment-120882

That's all I could find...

dwees’s picture

Hey try using the jQuery47 module. They offer a version of jQuery in which the main namespace has been renamed from $ to JQ because of a naming conflict with Drupal.js.

Dave