How to submit a form using multiple buttons from different page(i.e not from first page) in Jquery Mobile?

How to submit a form using multiple buttons from different page(i.e not from first page) in Jquery Mobile?

I am newbie to JQuery mobile. Can anyone help me to find out a solution for my problem.

Problem is:

I am not putting every page as div in first page. I am using login page in my first page then it will redirect to different jsp page using spring mvc and will show the return. If we checked in source code using browser then login page div is present and the newly redirected page also present.

In this new page I have three button say button1,button2 and button3 inside a form. These buttons should do different functionality. When i write script inside this new page its not working and if I write script in first page I am not able to identity the button. $.post is not working in first page.

Please suggest me a correct solution for this problem.