Html
    Css
    Js

    
                        
.box {
	position:absolute;
	width:200px;
	height:200px;
	background:#f0f3f9;
	font-size:12px;
	border:1px solid #DADADA;
}
.bar {
	width:200px;
	height:30px;
	background:#fefeff;
	cursor:move;
	position:relative;
	background:red;
	border-bottom:1px solid #DADADA;
}

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

自定义大小拖动视图

可以自定义大小,能被拖动的范围

0