I have the message effects module installed which requires you to install an updated version of jquery. See http://drupal.org/project/messagefx for more details about this. Other javascript modules also require a different version of jquery.

The newer version of jquery has a different api for the addClass and removeClass functions. This problem prevented the "Additional options" field from automatically expanding. This patch corrects for that.

CommentFileSizeAuthor
leech_jquery.patch1.41 KBSteve Dondley

Comments

alex_b’s picture

Thanks Steve. Is this patch backwards compatible to the previous jQuery version? Does it require jQuery update module to be installed?

Steve Dondley’s picture

Sorry, I don't know. I did not test for backwards compatibility. If I get a chance I will.