這篇文章主要介紹JQueryUI的Draggable如何在DOM元素中約束運(yùn)動(dòng),文中介紹的非常詳細(xì),具有一定的參考價(jià)值,感興趣的小伙伴們一定要看完!
站在用戶的角度思考問題,與客戶深入溝通,找到安龍網(wǎng)站設(shè)計(jì)與安龍網(wǎng)站推廣的解決方案,憑借多年的經(jīng)驗(yàn),讓設(shè)計(jì)與互聯(lián)網(wǎng)技術(shù)結(jié)合,創(chuàng)造個(gè)性化、用戶體驗(yàn)好的作品,建站類型包括:網(wǎng)站建設(shè)、成都做網(wǎng)站、企業(yè)官網(wǎng)、英文網(wǎng)站、手機(jī)端網(wǎng)站、網(wǎng)站推廣、域名注冊(cè)、網(wǎng)站空間、企業(yè)郵箱。業(yè)務(wù)覆蓋安龍地區(qū)。
通過定義 draggable 區(qū)域的邊界來約束每個(gè) draggable 的運(yùn)動(dòng),使用 containment 選項(xiàng)來指定一個(gè)父級(jí)的 DOM 元素或者一 個(gè) jQuery 選擇器
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>draggable</title> <link rel="stylesheet" href="js/jquery-ui-1.12.1.custom/jquery-ui-1.12.1.custom/jquery-ui.min.css"> <style> .draggable{ width: 90px; height: 90px; padding: 0.5em; float: left; margin: 0 10px 10px 0; cursor: move } h4{ clear:left; } #containment-wrapper{ width:95%; height: 450px; border:2px solid #ccc; padding:10px; } </style> </head> <body> <h4>在DOM 元素中約束運(yùn)動(dòng):</h4> <div id="containment-wrapper"> <div id="draggable1" class="draggable ui-widget-content"> <p>我被約束在盒子里</p> </div> <div class="draggable ui-widget-content"> <p id="draggable2" class="ui-widget-header">我被約束在父元素內(nèi)</p> </div> </div> <script src="js/jquery-ui-1.12.1.custom/jquery-ui-1.12.1.custom/external/jquery/jquery.js" type="text/javascript" ></script> <script src="js/jquery-ui-1.12.1.custom/jquery-ui-1.12.1.custom/jquery-ui.min.js"></script> <script> $("#draggable1").draggable({ containment:"#containment-wrapper", scroll:false }); $("#draggable2").draggable({containment:"parent"}); </script> </body> </html>
以上是“JQueryUI的Draggable如何在DOM元素中約束運(yùn)動(dòng)”這篇文章的所有內(nèi)容,感謝各位的閱讀!希望分享的內(nèi)容對(duì)大家有幫助,更多相關(guān)知識(shí),歡迎關(guān)注創(chuàng)新互聯(lián)行業(yè)資訊頻道!
網(wǎng)頁名稱:JQueryUI的Draggable如何在DOM元素中約束運(yùn)動(dòng)
當(dāng)前地址:http://aaarwkj.com/article0/pjceoo.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供定制開發(fā)、手機(jī)網(wǎng)站建設(shè)、建站公司、營(yíng)銷型網(wǎng)站建設(shè)、響應(yīng)式網(wǎng)站、網(wǎng)站排名
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請(qǐng)盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如需處理請(qǐng)聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來源: 創(chuàng)新互聯(lián)