jQuery 1.1 removes the 'unclick' and other various un- methods in preference of using unbind('click'). Amazingly, just removing the few calls to unclick() makes panels. 1.1.2 compatible! Pretty cool. Note that is will NOT work however when combined with jquery_update.module, which adds various compatibility scripts and breaks the modalContent plugin.

CommentFileSizeAuthor
panels_jquery11.patch1.03 KBquicksketch

Comments

wim leers’s picture

Since Drupal 6 will include jQuery 1.1, this will have to get fixed anyway. Because the modalContent plugin is discontinued, another plugin will have to be used. The creators of the modalContent plugin themselves recommend using either http://dev.iceburg.net/jquery/jqModal/ or http://www.malsup.com/jquery/block/#dialog.

merlinofchaos’s picture

Status: Needs review » Fixed

Committed. Thanks!

Anonymous’s picture

Status: Fixed » Closed (fixed)