Does anyone know how can I checked a radio button by using the name instead of id in jquery?
Care to explain the downvote mystery person?
redsquare
2009-12-02 00:40:54
A:
generally, attribute-based selectors take the form
[name op pattern]
(including the brackets) where name
is the name of the attribute, op
is a relational operator, and pattern
is matched against the attribute's value. see Attribute Filters in the docs
just somebody
2009-12-01 06:57:18