标签: javascript jquery keyboard tpkeyboardavoiding
我希望避免在用户提交表单时隐藏键盘(如whatsapp或facebook)。我使用此代码但不起作用。
$(document).on("click touchstart touchend",".mes-send-text",function(){ $(".mes-tbox").focus(); }) //.mes-send-text is button //.mes-tbox is textarea