jQuery UI Widgets › Forums › General Discussions › Plugins › Validator, Drag & Drop, Sortable › Drag & Drop set to false error
Tagged: Drag & Drop, dragdrop, javascript dragdrop, jquery dragdrop, jqwidgets dragdrop
This topic contains 2 replies, has 2 voices, and was last updated by Hristo 9 years, 1 month ago.
When setting $(“#jqxWidgetA”).jqxListBox({allowDrag:false,allowDrop:false});
I got: Uncaught TypeError: Cannot read property ‘hide’ of undefined
offending line in jqxdragdrop.js
c.feedbackElement.hide(),
the following Setting works $(“#jqxWidgetA”).jqxListBox({allowDrag:true,allowDrop:true});
I’m using version 4.5.0
Hello edilsonamaral,
We tested (with your settings) this example and it seems to work fine. Could you provide us an example that demonstrates this issue?
Best Regards, Hristo Hristov
jQWidgets team http://www.jqwidgets.com
You must be logged in to reply to this topic.