I have two HTML pages. I have in the first page a form and its handler $(document).on(\'submit\',\'#submit\',function(){ //some operations } in the second page I h
$(document).on(\'submit\',\'#submit\',function(){ //some operations }