I’m doing project where i’m going to use Jquery and ajax. I’m starting to learn this technology,i hv one doubt abt where does this jquery and ajax are used, are they used for same purpose. can anybody tell me situtation where jquery or ajax can be used both are for same purpose or different ?
and any best book to start with jquery and ajax i’m doing with php ?
jQuery is a javascript API. Makes it easier to use javascript (i think so).
Ajax is a fancy name for any communication between a web page and its server.
Bottomline: You can use jQuery to do Ajax easily.
a good place to start jquery would be the jQuery book by Apress publications. That said, I’ve always relied on online tutorials (google) for my day-to-day needs rather than on a book.
Cheers
jrh