[jQuery] Re: NEWBIE Question re span and form elements

2008-08-29 Thread Peter Bailey
Wow, that sure is nice and concise. Thanks Richard On Aug 29, 12:45 am, Richard D. Worth [EMAIL PROTECTED] wrote: You could do something like this: $(#mySpan).find(:input).removeAttr(checked).val().hide() - Richard Richard D. Worthhttp://rdworth.org/ On Thu, Aug 28, 2008 at 10:11 AM,

[jQuery] Re: NEWBIE Question re span and form elements

2008-08-28 Thread Richard D. Worth
You could do something like this: $(#mySpan).find(:input).removeAttr(checked).val().hide() - Richard Richard D. Worth http://rdworth.org/ On Thu, Aug 28, 2008 at 10:11 AM, Peter Bailey [EMAIL PROTECTED] wrote: Hi there. I recently discovered jQuery and it appears to be an excellent