jack Mon, 14 Jul 2008 05:05:50 -0700
Hi, all For selector do I need to qualfy more about the elements I want to select? For example:
$('input :radio [name="xxx"]:checked) does it better than the following $([name="xxx"]:checked) Thank you in advance! jack