
How do I intercept all page postbacks in jquery before they occur?
Hi:
I've got of client side processing on a web page which needs to be completed before the page posts back to the server.
There are several operations on the page which could result in a postback, so I would like to universally intercept the postback on the client side before it occurs, complete some processing and proceed with the postback.
What is the best way to do this in jquery?
Thanks,
JohnB
I've got of client side processing on a web page which needs to be completed before the page posts back to the server.
There are several operations on the page which could result in a postback, so I would like to universally intercept the postback on the client side before it occurs, complete some processing and proceed with the postback.
What is the best way to do this in jquery?
Thanks,
JohnB
ASKER CERTIFIED SOLUTION
THIS SOLUTION IS ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.

ASKER
Ultimately, this was the solution I chose to go with.
Thx
Thx
I.E.:
Open in new window
if its only a page that have forms then you can just set the "submit" event of the forms.Open in new window