Rank: Newbie Groups: Member
Joined: 11/3/2011 Posts: 6
|
Hi EO team,
How can I remove client side event handler at runtime in javascript? I need to remove a certain event handler (ClientSideOnCheckStateChanging) at some time and then again apply it at other times. I do not want this event to trigger all the time. How can I do such coding? If you can reply with an example, it would be great. Thanks.
Murtaza
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
You setup the event handler to handle the event. To not to handle the event, just do not setup the event handler.
Thanks
|