[jQuery] Re: jQuery.AJAX statement

2007-10-19 Thread Sergei NZ
Umm. it can do both GET and POST. =] Depends which way you're specified in the type option for the .ajax call. =] On Oct 19, 3:56 pm, Bhaarat Sharma [EMAIL PROTECTED] wrote: Hey Thanks a lot. so if my jQuery.ajax is calling mycontent.php page will it also send ? q=test appened to the url?

[jQuery] Re: jQuery.AJAX statement

2007-10-18 Thread Sergei NZ
Hey man i'm new to jQuery too. N00b to n00b =D .ajax is a calls the overall main call used by all the .load, .get and so on. .ajax has MANY parameter so that you may craft an ajax call really specific to your unique use. .ajax is explained very well in the jquery docs section -

[jQuery] Re: jQuery.AJAX statement

2007-10-18 Thread Bhaarat Sharma
Hey Thanks a lot. so if my jQuery.ajax is calling mycontent.php page will it also send ? q=test appened to the url? so that my php can pick it up using $_GET kind of confused on that part... sorry i am asking the above before reading the documentation you mentioned. I'll read the documentation