how can I attach an onchange function in a jqueryUI combobox? Here is my code:
$(\".cmbBox\").combobox({ change:function(){ alert($(this).val()
This seems to work for me
if('function' == typeof(callback = ui.item.option.parentElement.onchange)) callback.apply(this, []);
just before
self._trigger("selected", event, {