软键盘的监听

          $('.commentInput input').bind('focus',function(){
$('.commentInput').css('position','static ');
//或者$('#viewport').height($(window).height()+'px');
}).bind('blur',function(){
$('.commentInput').css({'position':'fixed','bottom':'0'});
//或者$('#viewport').height('auto');
});
posted @ 2019-01-03 11:31  珺L  阅读(138)  评论(0编辑  收藏  举报