ToddMingle99
New Member
I'm trying to get the event associated with an element and try to trigger the respective event. For example if I pass an id for a textbox and it has an event focus binded with it, then I want to trigger that focus event. I know we can get the event details by using \[code\] $.data('selector', 'events');\[/code\]but how to use this object? This should be in jquery or javascript. Thanks in advance