Modify ↓
Ticket #4021 (closed bug: invalid)
selector '#myid inpit[type=myvalue]' fails in 1-3-1
| Reported by: | bayram | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.3.2 |
| Component: | unfiled | Version: | 1.3.1 |
| Keywords: | selector | Cc: | |
| Blocking: | Blocked by: |
Description
I create a small html document with a table and a "Disable" button. My table has 3 rows and 3 columns. The first column contains three radio buttons while other cells have simple texboxes. My purpose is to disable all radio buttons when the "Disable" button is clicked. I want to achieve this goal by binding disabling process to click event of the Disable button. I tried this example on jquery-1-2-6 - everything worked fine. However, the selector failed on the 1-3-1 version.
Attachments
Change History
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.

