Popup Issue

Popup Issue

Hello- Below Jquery Popup works perfectly, 
but i need is whenever clicking on "sign in" button the text fields should be cleared and refresh it again.

<


a href="#loginpopupMenu" data-rel="popup" data-role="button" data-transition="fade">Sign In</a>
<div data-role="popup" id="loginpopupMenu" data-position-to="window" class="ui-content"> @RenderPage("~/Account/Login.cshtml") </div>