Hi All,
Please help me.
When selected item is changed in html combobox, I want to cancel the selection change in particular items.
I have tested the following cases (in combination) but not help.
- return false from event handler
- window.event.returnValue = false; window.event.cancelBubble = true;
- event.preventDefault(); event.stopPropagation(); //event = jQuery event
Thanks,
Ant