[jQuery] Events
[jQuery] Events
Hello.
Can I do these steps using jQuery:
1) store old events of elements;
2) bind new events to the elements;
3) remove the new events;
4) restore the old events.
I have a drop down menu. I want to hide it when a user clickes
anywhere else.