I've got a datepicker with an onSelect event handler. Later in my program, I want to add other onSelect handlers. Problem is, they wipe out the first one. (Fiddle.)
How can I add additional handlers without doing that?
|
I've got a datepicker with an onSelect event handler. Later in my program, I want to add other onSelect handlers. Problem is, they wipe out the first one. (Fiddle.) How can I add additional handlers without doing that?
| |||||||
feedback
|
|
You could maintain your desired calls in an array;
| |||||||
feedback
|