I recently asked a question and posted some code that my click handlers were asked to change to in the selection box to change.
Now my question is: should I always use a change handler - or are there situations where Click will still be appropriate (suppose I need cross-browser compatibility).
EDIT: Here is what I collect: for things like select boxes, Change Is way to go. There are no changes for simple things like images, so click the Path button.
source
share