hello all,
just simple question, why i can't get the textbox object in numberbox plugin with textbox method?
here is my code:
$('#length1').numberbox('textbox').bind('blur',function(e){
console.log(this);
});
and here errors message on firebug console:
TypeError: $.data(...) is undefined
return $.data(jq[0],"textbox").textbox.find(".textbox-text");
what i want is to binding numberbox element to blur event using jquery method.
can you tell me where is wrong from my code?
many thanks for the answer