Dilip H Pashupathi wrote:Can you please let me know about jQuery
Well, I wrote an entire book on jQuery, so it's not something you're going to learn from a forum post. There are lots of good resources out there.
as I am new to jQuery and AJAX
Without jQuery (or some other library) Ajax can be a nightmare. But with kjQuery, fetching an HTML frgament from the server and loading intot he DOM is as simple as this statement:
It's that simple.
If you are going to be working with JavaScript in the browser, I highly recommend getting to know jQuery.