How do I force a jQuery click event to proceed any control click event on ASP.Net page
Posted
by Cen
on Stack Overflow
See other posts from Stack Overflow
or by Cen
Published on 2010-03-22T20:15:08Z
Indexed on
2010/03/22
20:21 UTC
Read the original article
Hit count: 309
I've found posts about making a click event with jQuery for a button, however I need a little more then that.
When any postback occurs on a page, I need to fire off a jQuery click event. Based on a condition, I want to continue processing (including running the server-side event code after the jQuery code), or, perform a redirect.
I'm not quite sure how to go about this.
Your help is appreciated!
© Stack Overflow or respective owner