/ Published in: JavaScript
Expand |
Embed | Plain Text
// fix for common dequeue error caused by old interface.js syntax. ( function( $ ) { $.dequeue = function( a , b ) { return $(a).dequeue(b); }; })( jQuery );
Comments
Subscribe to comments
You need to login to post a comment.

Actually this worked for jQ 1.2.6. In Version 1.3.2 it causes a 'too much recursion error'. So use with caution.