html
小雨飞
这个作者很懒,什么都没留下…
展开
-
在js中添加和删除html
html<ul style="list-style-type:upper-latin;" id="fm1"> <li> <input type="text" name="content" /> <button onClick="原创 2018-08-14 16:05:30 · 4679 阅读 · 1 评论 -
js select二级联动
<!-- 一级 --><select id="s1" onChange="move()" name="deducted_division" style="height: 34px;width: 60%;"> <option value="">--请选择--</option> &原创 2018-08-31 11:47:26 · 3182 阅读 · 0 评论 -
css使html 文字90度旋转
<style type="text/css"> .re{transform:rotate(90deg); -ms-transform:rotate(90deg); /* Internet Explorer 9*/ -moz-transform:rotate(90deg); /* Firefox */ -webkit-trans...原创 2018-11-05 16:42:20 · 27455 阅读 · 0 评论 -
提交form表单时弹出下拉框,使用js写
=================================css======================<style> .flex-container { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; j...原创 2018-12-13 14:53:57 · 668 阅读 · 0 评论 -
复杂的 jq 拖拽、框选拖拽,ajax传值、解决删除与拖拽冲突
*{margin: 0 auto;} .dragdiv{border: 2px solid black;height: 100px;width: 800px;margin-top: 20px;} span{background: red;width: 50px;height: 50px;margin: 20px;display: inline-block;} .to...原创 2019-08-09 16:33:31 · 341 阅读 · 0 评论