[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 Benjamin Sterling
Also, Do this instead: Click here to send email $("a").click(function() { alert("about to send"); $.ajax({ type: "GET",

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

2007-10-19 Thread Benjamin Sterling
Vijay, Are you working on that domain? Meaning, is url test url starting with http://129.219.208.31? If not, I would assume there is a cross domain issue. Do you have test page up that we can look at? On 10/19/07, VJ <[EMAIL PROTECTED]> wrote: > > > I d

[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
I did put it , but still it isnt working... the url when pasted on the address bar in the browser(with a valid email) works fine.. but it's just not working here. On Oct 19, 9:10 am, "John Resig" <[EMAIL PROTECTED]> wrote: > You forgot to put a > > $(document).ready(function(){ > > }); > > Around

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

2007-10-19 Thread VJ
thanks, but it still does not seem to work.. if you copy & paste the url on the browser, it seems to work... but when passed thru the ajax method. it fails.. On Oct 19, 9:10 am, "John Resig" <[EMAIL PROTECTED]> wrote: > You forgot to put a > > $(document).ready(function(){ > > }); > > Around yo

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

2007-10-19 Thread John Resig
You forgot to put a $(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 callbacks are executed. It justt hangs with