[jQuery] mcDropdown plugin Public Methods problems
Hello Dan G. Switzer... or some else...
I am using that amazing plugin http://www.givainc.com/labs/mcdropdown_jquery_plugin.htm
but a have a problem.
I tried using public methods and that don't work.
dd3023047132.setValue(56);
Firebug said: TypeError: dd3023047132.setValue is not a function
dd3023047132 are jQuery object defined at line:
var dd3023047132;
jQuery(document).ready(function(){
dd3023047132 = jQuery('#id_categoria').mcDropdown("#categorymenu",
{select:function(e,t){jQuery('#pgclass').val(t.replace(/[:]/
g,',').toLowerCase());
}})});
Some one can help me?