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 or not.
>
> On Wed, Jun 18, 2008 at 9:21 AM, fambi <[EMAIL PROTECTED]> wrote:
>
> > What I mean to say is, do the native jquery ajax methods append any
> > parameters that can inform our server side scripts that the request
> > was submitted using ajax? (e.g. ajax=1)
>
> > If not, what could be done to implement this so that we don't need to
> > repeat ourselves on each and every form?
>
> > Thanks
>
> --
> Aaron Heimlich
> Web Developer
> [EMAIL PROTECTED]

Reply via email to