Look at the jqGrid plugin source code. It does all that and more. Tony has created a well-written plugin that should serve as an excellent tutorial. Go to http:trirand.com/blog
On Dec 27, 7:51 am, JQueryProgrammer <jain.ashis...@gmail.com> wrote: > Hi All, > > I was wondering whether I could find any good basic examples for > $.ajax where I could find how to use the options of the $.ajax. I > wanted to see how we can use the dataType: 'xml' / 'json' / 'html' etc > options to capture respective data and use them. docs.jquery.com > provides very basic syntax without the server side code.