I have a problem with .on() . I have several form elements (forms with class="remember" ), I also add another form.remember using AJAX. So, I want it to handle the send event, for example:
$('form.remember').on('submit',function(){...})
but the form added in AJAX does not work.
Where is the problem? This is mistake?
jquery ajax submit forms
Anton Abramov Aug 31 '13 at 8:01 2013-08-31 08:01
source share