Is it possible to auto-submit form that has been loaded via ajax with jquery?
Scenario:
1) Some kind of form is submitted on page.
2) That form(step1) loads another form via ajax
3) Loaded form via ajax(step2) is auto-submitted
So i guess what i’m looking for is some kind of .live(); replacemenet or something since i don’t have any event to bind it to.
Why not? Barebones example: