I\'m using jquery,jquery mobile and phonegap. I want to show the keyboard one this page with input type=\"text\".
$("input").bind( "blur", function () { $(".ui-header-fixed" ).css("top","0 !important"); });