[jQuery] Re: AutoComplete Detecting mustMatch failure.

2008-08-28 Thread Chris Bailey
I'm running into something similar. The result handler has no corrollary for cases where you aren't using mustMatch, and want to take some action if the user doesn't select something. For example, I want to put the ID from the extra data value into a hidden field when it matches, but want to cle

[jQuery] Re: jQuery events don't work after AJAX load

2008-07-07 Thread Chris Bailey
quot; to that loaded data. > > How can I fix this problem? > > Any ideas or help would be greatly appreciated. > > Thanks, > Konstantin > -- Chris Bailey [EMAIL PROTECTED]

[jQuery] Re: DELETE HTTP method

2008-07-04 Thread Chris Bailey
08 at 8:20 PM, Yosifov Pavel <[EMAIL PROTECTED]> wrote: > > Hmm, after googling I saw that problems not in XMLHttpRequest - it can > do DELETE in all browsers. Richard, you mean HTML forms only? But I > mean DELETE via ajax in jQuery without any forms... > -- Chris Bailey [EMAIL PROTECTED]

[jQuery] Re: jQuery not setting X-Requested-With XMLHttpRequest

2008-07-03 Thread Chris Bailey
d that, it started working! Taking those out, everything still works. So, uh, I'm left wondering... On Thu, Jul 3, 2008 at 2:56 PM, duck! <[EMAIL PROTECTED]> wrote: > > > Does setting the "contentType" work? > http://docs.jquery.com/Ajax/jQuery.ajax#options >

[jQuery] jQuery not setting X-Requested-With XMLHttpRequest

2008-07-03 Thread Chris Bailey
I'm using jQuery 1.2.6, and I can't seem to get jQuery to set the X- Requested-With when it makes AJAX calls. I saw somewhere that this may have to do with cross-site issues if the host is specified in the URL. I've tried skirting around that by just passing a relative URL, but with no success.