What is the best way to get the selected item value from a dropdown list box when the user does one of the following;
hits the tab key on the item,
presses the enter key or
mouse clicks the item.
Do I have to create a javascript event handler for each event or is there a good way to do it with knockout.
Are there any good jsfiddle examples I could look at?
thanks