EasyUI Forum

General Category => Bug Report => Topic started by: medandevelop on August 20, 2018, 07:02:33 PM



Title: Error when textbox element not find
Post by: medandevelop on August 20, 2018, 07:02:33 PM
TypeError: $.data(...) is undefined

error like that

go to this line
textbox:function(jq){
return $.data(jq[0],"textbox").textbox.find(".textbox-text");
}