[jQuery] Re: Accessing the elements of this

2007-06-18 Thread John Farrar
You might try this plugin. http://www.pengoworks.com/workshop/jquery/field.plugin.htm That will help you with forms setter and getters. Then read this post... working on a way to get list of attributes myself right now. http://groups.google.com/group/jquery-en/browse_thread/thread/396f2aa009

[jQuery] Re: Accessing the elements of this

2007-06-18 Thread Jean
this??? $(this).attr("name") On 6/15/07, Andrew B <[EMAIL PROTECTED]> wrote: I'm a raw newbie but have not found this particular question answered. I have a series of dynamically generated radios each of which has three possible values Y (yes) N (no) and M (maybe) and want to capture mou