编程 ios使用fixed布局input,textarea错乱的解决方法

2024-11-19 05:19:20 +0800 CST views 3213

#ios使用fixed布局input,textarea错乱的解决方法

<div class="reply-input">
    <div class="reply-input-btn"></div>
    <div class="reply-input-content">
        <textarea  name="content"  placeholder="请输入内容" autofocus="autofocus"></textarea>
    </div>
    <div class="reply-input-menu"></div>
</div>

$("a").click(function(res){
    $(".reply-input").show();
    $("textarea").focus();
});
复制全文 生成海报 iOS 前端开发 布局问题

推荐文章

使用Rust进行跨平台GUI开发
2024-11-18 20:51:20 +0800 CST
如何在 Vue 3 中使用 Vuex 4?
2024-11-17 04:57:52 +0800 CST
php strpos查找字符串性能对比
2024-11-19 08:15:16 +0800 CST
一文详解回调地狱
2024-11-19 05:05:31 +0800 CST
程序员茄子在线接单