Modify ↓
Ticket #4603 (closed bug: worksforme)
selector :last has incorrect behaviour on google chrome
| Reported by: | thomas | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.4 |
| Component: | unfiled | Version: | 1.3.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
see the attached file:
version 1: correct id var nb=$("#elementview .selected").size()-1; var id= $("#elementview .selected").eq(nb).attr("id");
version2 incorrect id (Always the first one!) id= $("#elementview .selected:last").attr("id");
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.

