Modify ↓
Ticket #9092 (closed bug: invalid)
: in checkbox id
| Reported by: | laysoft | Owned by: | |
|---|---|---|---|
| Priority: | high | Milestone: | 1.next |
| Component: | selector | Version: | 1.6 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
I have two checkboxes it's ids are: "x" and "x:y". I'd like to check checkboxes which id's starts "x:", but the code ( http://jsfiddle.net/laysoft/dmbXh/2/ ) selects both checboxes not only second. Under jQuery 1.4.4 it works good, above versions not. Tested under FF4, Chrome11, IE9, Opera 11.
Change History
comment:1 Changed 2 years ago by timmywil
- Priority changed from undecided to high
- Status changed from new to open
- Component changed from unfiled to selector
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Confirmed.