[jQuery] Re: href attribute in ajax generated pages on IE

2008-01-08 Thread x0nix
Exactly the same problem here ... any workarounds found? On Jan 8, 1:11 pm, alexanmtz <[EMAIL PROTECTED]> wrote: > Hi everyone, > > Im defeat a great problem to read the href attribute on IE. > > If I had something like this: > > $(".somelink").click(function(){ > > var path = $(this).attr("hre

[jQuery] Re: ajax response url

2007-09-19 Thread x0nix
That's what I was afraid of. I'll work it around with custom header as you suggest. Many thanks. x0nix On 19 Zář, 13:44, "Erik Beeson" <[EMAIL PROTECTED]> wrote: > As far as I can tell, this can't be done cross-browser. Firefox has an > xhr.channel objec

[jQuery] ajax response url

2007-09-19 Thread x0nix
Hi, is there a way how to read url of ajax response? Usually it is the same url I called it with, but sometimes the target url is changed by redirect (code 302). So can I somehow read the "final" url? Thanks

[jQuery] Re: Form plugin returned XMLHttpRequest

2007-08-01 Thread x0nix
ible because theformplugin uses the $.ajax > method under the hood. Any options that $.ajax supports can be used > with theformplugin as well. > > Mike > > On 7/24/07, x0nix <[EMAIL PROTECTED]> wrote: > > > > > Hi, > > > is there a way how to access XMLHttpRequest (it's headers) returned > > after submiting ajaxForm? > > > Thanks

[jQuery] Form plugin returned XMLHttpRequest

2007-07-24 Thread x0nix
Hi, is there a way how to access XMLHttpRequest (it's headers) returned after submiting ajaxForm? Thanks

[jQuery] Form plugin returned data

2007-07-24 Thread x0nix
Hi, is there a way how to access XMLHttpRequest (it's headers) returned after submiting ajaxForm? Now it only returns responseXML/responseText ... Thanks