Is there a way to make a HTML select element call a function each time its selection has been changed programmatically?
Both IE and FF won't fire 'onchange' when the current selection ...
I've been wondering if browsers fire any event when select box is dynamicaly populated? I would expect 'onchange' being fired, but that doesn't happen.
I want select box B to become visible when option 2 is selected in select box A, otherwise it should remain hidden. It's not working. Here's my code: [EDIT: ...
I need to display the selected subcatogeries(multi) in the below div and also in some situations I need to close the div elements that are selected wrongly from the select box, ...