views:

75

answers:

1

I've just read an article detailing the functionality of MS's Ajax.BeginForm (http://www.aspnetpro.com/articles/2009/06/asp200906de%5Ff/asp200906de%5Ff.asp) and. Looking at the AjaxOptions members i find it very easy to understand the various functions that can be applied to a form submission.

Just by looking at the table really help my head grasp the larger picture. I'd like to get that same grok for equivalent functions when jQuery is used for Ajax form submissions.

thx

A: 

Same sort of data can be found on the API documentation page for Jquery.Ajax

olle