Your solution is working, but instead of replacing lines in interface, i'd rather add a function to Jquery :
( function( $ ) { $.dequeue = function( a , b ){ return $(a).dequeue(b); }; })( jQuery ); This allows you to use compressed version of interface.js Vincent.