[jQuery] Re: AJAX & callbacks: load(); $.get() and $.post() do not

2009-10-14 Thread David
Hi, I have a related problem: http://groups.google.com/group/jquery-en/browse_thread/thread/faf44301f4a22535/537df7c5a5b124bf?lnk=gst&q=garcia.narbona#537df7c5a5b124bf I have just also found this: http://groups.google.com/group/jquery-en/browse_thread/thread/4c8e4ac00ee529d2# http://groups.goo

[jQuery] Re: AJAX & callbacks: load(); $.get() and $.post() do not

2009-10-13 Thread Ninad Desai
I use $.post and $.ajax and it always works for me. Could you mention how you are passing parameters? That might be holding the key. Ninad On Oct 13, 2:33 pm, James wrote: > Could you define "does not work"? Does the request get sent at all? > > Without much information it's hard to help. What

[jQuery] Re: AJAX & callbacks: load(); $.get() and $.post() do not

2009-10-13 Thread James
Could you define "does not work"? Does the request get sent at all? Without much information it's hard to help. What's in the variable 'parameters' and 'register_submitCallback'? On Oct 13, 3:22 am, alexryan wrote: > $.get() and $.post() functions work for me *except* when I supply a > callback

[jQuery] Re: AJAX & callbacks: load(); $.get() and $.post() do not

2009-10-13 Thread Don Dunbar
Hi, it could be that your not supplying the type of return in the .post and .get calls. According to the API .post and .get have a fourth param of 'type' such as 'xml' or 'json'. This might not be the issue but it could be because your server won't know what mime type to return. DED On Tue, Oct 13