Modify ↓
Ticket #11830 (closed bug: invalid)
td的name和id属性的值一样会出错
| Reported by: | 422819105@… | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | None |
| Component: | misc | Version: | 1.5.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
如果TD中的name和id的值一样会出错例如 <td id="name1" name="name2"> <td id="name2" name="name2"> 如果$("[name='name2']")来取只能取到一个
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.

English and jsFiddle testcase please