91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

JQueryUI-拖動(Draggable)-光標樣式

發布時間:2020-06-30 16:39:34 來源:網絡 閱讀:754 作者:素顏豬 欄目:web開發

定義和用法

當拖拽對象時定位光標。默認情況下,光標是出現在被拖拽對象的中間。使用 cursorAt 選項來指定相對于 draggable 的另一個
位置(指定一個相對于 top、right、bottom、left 的像素值)。通過提供一個帶有有效的 CSS 光標值的 cursor 選項,來自
定義光標的外觀


示例

<!DOCTYPE html>
<html>
<head>
	<meta charset="utf-8">
	<meta http-equiv="X-UA-Compatible" content="IE=edge">
	<title>光標樣式</title>
	<link rel="stylesheet" href="js/jquery-ui-1.12.1.custom/jquery-ui-1.12.1.custom/jquery-ui.min.css">
	<style>
		#draggable1,#draggable2,#draggable3,#draggable4,#draggable5,#draggable6{
			width: 100px;
			height: 100px;
			padding: 0.5em;
			float: left;
			margin: 0 10px 10px 0;
		}
	</style>
</head>
<body>
	<div id="draggable1" class="ui-widget-content">
	  	<p>我總是在中間(相對于鼠標)</p>
	</div>

	<div id="draggable2" class="ui-widget-content">
	  	<p>我的光標是在 left -5 和 top -5</p>
	</div>

	<div id="draggable3" class="ui-widget-content">
	  	<p>我的光標位置只控制了 'top' 值</p>
	</div>

	<div id="draggable4" class="ui-widget-content">
	  	<p>我的光標位置只控制了 'right' 值</p>
	</div>

	<div id="draggable5" class="ui-widget-content">
	  	<p>我的光標位置只控制了 'bottom' 值</p>
	</div>

	<div id="draggable6" class="ui-widget-content">
	  	<p>我的光標位置只控制了 'left' 值</p>
	</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({
			cursor:"move",
			cursorAt:{
				top:56,
				left:56
			}
		});

		$("#draggable2").draggable({
			cursor:"move",
			cursorAt:{
				top:-5,
				left:-5
			}
		});

		$("#draggable3").draggable({
			cursor:"move",
			cursorAt:{
				top:0
			}
		});

		$("#draggable4").draggable({
			cursor:"move",
			cursorAt:{
				right:0
			}
		});

		$("#draggable5").draggable({
			cursor:"move",
			cursorAt:{
				bottom:0
			}
		});

		$("#draggable6").draggable({
			cursor:"move",
			cursorAt:{
				left:0
			}
		});
	</script>
</body>
</html>


輸出

JQueryUI-拖動(Draggable)-光標樣式

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

伊宁市| 行唐县| 上思县| 漳浦县| 宿松县| 伊宁县| 平舆县| 馆陶县| 梓潼县| 磴口县| 廉江市| 区。| 盘锦市| 肇庆市| 多伦县| 丰城市| 筠连县| 闸北区| 邹城市| 开鲁县| 永泰县| 兴化市| 洪泽县| 澜沧| 二手房| 伊宁县| 丹棱县| 剑阁县| 梨树县| 外汇| 龙门县| 南靖县| 深水埗区| 安西县| 明光市| 托里县| 许昌市| 民丰县| 双牌县| 耿马| 连江县|