[jQuery] Re: jQuery - GET results

2008-03-28 Thread vj
t; error: function(){ > alert('Error loading XML document'); > }, > success: function(data){ > $('#my_div').html(data); > } > }); > }); > > where you have "" somewhe

[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", data

[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
i'm still unable to make it work.. I've enclosed it in $(document).ready(function(){ }); but still doesnt seem to work

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

2007-10-19 Thread VJ
gt; $(document).ready(function(){ > > }); > > Around your code. > > --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 c

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

2007-10-19 Thread VJ
unction(){ > > }); > > Around your code. > > --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 callba