随笔分类 -  Js

摘要://弹层操作 $(function(){ //视频播放 $("a[href^='#video']").each(function(index, element) { $(this).click(function(){ $(".popDiv,#videoBox1").show(); }); }); / 阅读全文

posted @ 2022-08-16 17:49 Hhcxgd 阅读(414) 评论(0) 推荐(0)

摘要:html deml <textarea id="textarea" style="width: 386px; height: 260px"> </textarea> <input type="text" id="text" /> <input type="button" value="insert" 阅读全文

posted @ 2021-09-14 15:56 Hhcxgd 阅读(272) 评论(0) 推荐(0)