If i use a source like this
var source = [
{label:”итем1″,value:{table:”foo”}},
{label:”итем2″,value:{table:”foo”}},
{label:”итем3″,value:{table:”foo”}},
{label:”итем4″,value:{table:”foo”}},
{label:”итем5″,value:{table:”foo”}}];
The button and the code below are not working:
$(“#jqxListBox”).on(“dragEnd”, function (event) {
$(“#jqxListBox”).jqxListBox(‘removeItem’, event.args.label);
}
without any error messages.