$.get("file.php",function(r) {
alert(r);
});
That will get the contents of "file.php", and show them in an alert window.
On 10/20/06, Christopher Jordan <[EMAIL PROTECTED]> wrote:
Hi folks,
I need to know if jQuery can return a query result set from an Ajax call. What's the best way to do this?
Chris
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/
_______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
