[jQuery] [mcDropdown] How can I fix the mcDropdown plugin to jQuery 1.3.1?
I using the at mcDropdown (http://www.givainc.com/labs/
mcdropdown_jquery_plugin.htm) but it don't work in jQuery 1.3.1.
Firebug show me error at this line:
thismenu.closeMenu();
And this is reference to:
$.mcDropDownMenu = function(el, list, options){
var $self, thismenu = this(.....);
And $.mcDropDownMenu has lot private function just like .closeMenu().
But the reference for thismenu = this don't call it raising a error in
firebug:
this.closeMenu is not a function
[Break on this error] this.closeMenu();
How can I fix it?