[jQuery] Re: chainable ajax() - request

2007-11-09 Thread alife
no, it doesn't work but I have found another solution with var_name=$(this).get(0); $.ajax(options) // ... now I can access var_name thank you ;) On 9 Nov., 15:33, "Andy Matthews" <[EMAIL PROTECTED]> wrote: > have you tried > > $("a").ajax(options); > > }); > > ? Seems to me like that shoul

[jQuery] Re: chainable ajax() - request

2007-11-09 Thread Andy Matthews
have you tried $("a").ajax(options); }); ? Seems to me like that should work. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of alife Sent: Friday, November 09, 2007 8:17 AM To: jQuery (English) Subject: [jQuery] chainable ajax() - request he