input focus in jquery mobile, but keyboard doesn't appear

后端 未结 5 2201
轻奢々
轻奢々 2020-12-30 22:33

I\'m using jquery,jquery mobile and phonegap. I want to show the keyboard one this page with input type=\"text\".

    
5条回答
  •  时光说笑
    2020-12-30 22:52

    $("input").bind( "blur", function () {
           $(".ui-header-fixed" ).css("top","0 !important");
    });
    

提交回复
热议问题