Sorry, AJAX is what you should be looking for... JQuery is a specific library that's available (and seems to be the most common one in use)... JSON is used with AJAX to transfer data back and forth... when I was workign with JQuery, I used simple XML to send data back from the server.

-tg