[jQuery] a silly question about selector
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