第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會(huì)有你想問的

以下代碼是一個(gè)js父層內(nèi)拖動(dòng)的效果,如果我想弄多個(gè)這樣的效果用變量怎么實(shí)現(xiàn)?

以下代碼是一個(gè)js父層內(nèi)拖動(dòng)的效果,如果我想弄多個(gè)這樣的效果用變量怎么實(shí)現(xiàn)?

拉丁的傳說 2022-05-19 15:15:53
比如我想加一個(gè):<div id="google1"><div id="main1"><style type="text/css">body{background:#ccc;}.block{position:absolute;left:0;top:100px;border:1px solid #000;background:red;width:30px;height:30px;}#google{width:300px;height:300px;border:2px inset #fff;background:#fff;position:relative;overflow:hidden;}</style><div id="google"><div id="main" class="block"></div></div><script type="text/javascript">//<![CDATA[function Drag(title,body,range){var w=window,win=body||title,x,y,_left,_top,range=range||function(x){return x};title.style.cursor='move';title.onmousedown=function (e){e=e||event;x=e.clientX,y=e.clientY,_left=win.offsetLeft,_top=win.offsetTop;this.ondragstart=function(){return false};document.onmousemove=e_move;document.onmouseup=undrag};function e_move(e){e=e||event;var cl=range(_left+e.clientX-x,'x'),ct=range(_top+e.clientY-y,'y');win.style.left=cl+'px';win.style.top=ct+'px';w.getSelection?w.getSelection().removeAllRanges():document.selection.empty();};function undrag(){this.onmousemove=null};};function $(x){return typeof x=='string'?document.getElementById(x):x};var google=$("google"),main=$('main');var max={x:google.offsetWidth-main.offsetWidth-4,y:google.offsetHeight-main.offsetHeight-4}Drag(main,false,function(x,type){return Math.max(0,Math.min(max[type],x))})//]]></script>大家可以復(fù)制代碼測(cè)試下,以上是一個(gè)拖動(dòng)的效果,我想子啊一個(gè)頁(yè)面弄2個(gè)3個(gè)。更多的這樣的效果,大神幫下~~謝謝
查看完整描述

1 回答

?
HUWWW

TA貢獻(xiàn)1874條經(jīng)驗(yàn) 獲得超12個(gè)贊


<!DOCTYPE HTML><html><head><meta charset=UTF-8><title>recursion</title><style type="text/css">* {    margin: 0;    padding: 0;    border: 0;} body {    background: #ccc;} .block {    position: absolute;    left: 0;    top: 100px;    border: 1px solid #000;    background: red;    width: 30px;    height: 30px;} #google {    width: 300px;    height: 300px;    border: 2px inset #fff;    background: #fff;    position: relative;    overflow: hidden;}</style><script type="text/javascript">    function Drag (title, body, range)    {        var w = window, win = body || title, x, y, _left, _top, range = range || function (x)        {            return x;        };        title.style.cursor = 'move';        title.onmousedown = function (e)        {            e = e || w.event;            x = e.clientX, y = e.clientY, _left = win.offsetLeft, _top = win.offsetTop;            this.ondragstart = function ()            {                return false;            };            document.onmousemove = e_move;            document.onmouseup = undrag        };        function e_move (e)        {            e = e || event;            var cl = range (_left + e.clientX - x, 'x'), ct = range (_top + e.clientY - y, 'y');            win.style.left = cl + 'px';            win.style.top = ct + 'px';            w.getSelection ? w.getSelection ().removeAllRanges () : document.selection.empty ();        }        function undrag ()        {            this.onmousemove = null        }    };         function $ (x)    {        return typeof x === 'string' ? document.getElementById (x) : x    };    onload = function ()    {        var max =        {            x : google.offsetWidth - main.offsetWidth - 4,            y : google.offsetHeight - main.offsetHeight - 4        };        Drag (main, false, function (x, type)        {            return Math.max (0, Math.min (max[type], x))        });        Drag (main1, false, function (x, type)        {            return Math.max (0, Math.min (max[type], x))        });    };</script></head><body>    <div id="google">        <div id="main" class="block"></div>    </div>    <div id="google1">        <div id="main1" class="block"></div>    </div></body></html>



查看完整回答
反對(duì) 回復(fù) 2022-05-23
  • 1 回答
  • 0 關(guān)注
  • 191 瀏覽
慕課專欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)