傻傻康乃馨

文章
6
资源
0
加入时间
2年10月21天

DOM事件 --鼠标拖拽div

实现效果: body{margin:0;padding:0;} #wrap{width:300px;height:200px;border:1px solid #FFFFCC;background-color:#CCFFFF;position:absolute;} #moveHere{cursor: move;width:300px;height: 30px;te

点击一个按钮同时触发另一个按钮

<!DOCTYPE html><html>    <head>        <meta charset="UTF-8">        <title></title>        &amp