[jQuery] Re: Does jquery's ajax method's identify requests as being ajaxed

2008-06-19 Thread fambi
Excellent. Thanks. On Jun 18, 9:18 pm, "Aaron Heimlich" <[EMAIL PROTECTED]> wrote: > jQuery (and many other libraries) adds a custom header to the HTTP request: > X-Requested-With: XMLHttpRequest > > Your server-side scripts can look for this header to determine if the > request was sent via Ajax

[jQuery] Re: Does jquery's ajax method's identify requests as being ajaxed

2008-06-18 Thread Aaron Heimlich
jQuery (and many other libraries) adds a custom header to the HTTP request: X-Requested-With: XMLHttpRequest Your server-side scripts can look for this header to determine if the request was sent via Ajax or not. On Wed, Jun 18, 2008 at 9:21 AM, fambi <[EMAIL PROTECTED]> wrote: > > What I mean t