Skip to main content

Bug Tracker

Side navigation

#13890 closed bug (notabug)

Opened May 13, 2013 03:59PM UTC

Closed May 13, 2013 04:05PM UTC

Injected form and its submit event doesn't fire

Reported by: anonymous Owned by:
Priority: undecided Milestone: None
Component: unfiled Version: 2.0.0
Keywords: Cc:
Blocked by: Blocking:
Description

I'm using jQuery 2.0.0 and Firefox 20 and if I inject a form to the page the selector and its submit event doesn't fire.

Test case:

http://jsfiddle.net/VPGpy/

Attachments (0)
Change History (1)

Changed May 13, 2013 04:05PM UTC by timmywil comment:1

resolution: → notabug
status: newclosed

You need to use event delegation.

http://jsfiddle.net/VPGpy/1/