Html
    Css
    Js

    
                        
#box {
	line-height:100px;
	color:#fff;
	font-weight:900;
	text-shadow:0 0 10px #000;
	width:100px;
	height:100px;
	background:#00f;
	position:fixed;
	left:0;
	bottom:100px;
	text-align:center;
}

                        
↑上面代码改变,会自动显示代码结果 jQuery调用版本:1.11.3
 立即下载

drag自由拖拽

/** @使用方法:* @drag("id",adsorb)* @参数* @id:需要拖动的div的id* @adsorb: true:打开自动吸附;false:关闭吸附功能;* @欢迎大家扩展相关功能;联系qq:383836402*/

0