[jQuery] jQuery - GET results

2008-03-28 Thread vj
I am wondering if anyone here can help me with after retrieving my results via ajax using jQuery how to print them in say a DIV tag and print them all out, I have this so far: $(document).ready(function(){ $.ajax({ type: GET, url: letters.php,

[jQuery] Re: Problem with ajax in jquery.(Unable to figure this out)

2007-10-19 Thread VJ
Thanks a ton. It was a cross domain issue.. regards

[jQuery] Re: Problem with ajax in jquery.(Unable to figure this out)

2007-10-19 Thread VJ
. --John On 10/19/07, VJ [EMAIL PROTECTED] wrote: I am unable to get the ajax to work in jquery. Whenever i pass a .php url to $.ajax. it does not return and none of the callbacks are executed. It justt hangs with no error. It looks very smple but does not seem to work.. !DOCTYPE

[jQuery] Re: Problem with ajax in jquery.(Unable to figure this out)

2007-10-19 Thread VJ
. --John On 10/19/07, VJ [EMAIL PROTECTED] wrote: I am unable to get the ajax to work in jquery. Whenever i pass a .php url to $.ajax. it does not return and none of the callbacks are executed. It justt hangs with no error. It looks very smple but does not seem to work.. !DOCTYPE html