$(document).bind('pageshow', function() { // Auto-focus first field declared with the 'focus' class. var isIE = !!navigator.userAgent.match(/MSIE/); if (!isIE) { $('.ui-page.ui-page-active :input:visible.focus:first').focus(); } $('.feedbackMessage.floating').delay(3000).fadeOut(700); $('.bttn_reset').click(function() { $('.feedbackMessage.floating').hide(); }); });