#2401 closed defect (fixed)
implement attribute selectors for dojo.query
Reported by: | alex | Owned by: | alex |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Query | Version: | 0.4.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
the current dojo.query system does not implement CSS attribute selectors. This needs to be fixed.
Change History (2)
comment:1 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 12 years ago by
Component: | Core → Query |
---|
Note: See
TracTickets for help on using
tickets.
(In [7180]) adding attribute query support to dojo.query. Fixes #2401. Chained queries aren't yet implemented and will need to be fixed in another bug. Refs #2402