Modify ↓
Ticket #5713 (closed bug: invalid)
complex selector with live submit event
| Reported by: | s.baronnet | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.4 |
| Component: | selector | Version: | 1.4a2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
the selector : $("form[action='/']") doesn't work with live submit but $('a[href="/"]') works with live mousedown
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.

Actually the selector is :
$("form[action^='/']")