Bug Tracker

Modify

Ticket #5713 (closed bug: invalid)

Opened 3 years ago

Last modified 3 years ago

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

comment:1 Changed 3 years ago by s.baronnet

Actually the selector is :

$("form[action^='/']")

comment:2 Changed 3 years ago by dmethvin

On which browsers does this happen?

comment:3 Changed 3 years ago by s.baronnet

on firefox 3.5.6

comment:4 Changed 3 years ago by dmethvin

Does it work on other browsers then, or was it just tested on Firefox? It would help to have a test case, so it was clear what you mean by "work".

comment:5 Changed 3 years ago by dmethvin

  • Status changed from new to closed
  • Resolution set to invalid
  • 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.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.