Html
    Css
    Js

    
                        
.item_content {
	width:460px;
	height:200px;
	border:1px solid #ccc;
}
.item_content ul {
	list-style:none;
	width:460px;
	height:200px;
	padding-left:0px;
	margin:0;
}
.item_content ul li {
	width:50px;
	height:50px;
	float:left;
	margin:10px;
}
.item_content .item {
	width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
	cursor:pointer;
	background:#ccc;
}
.item_content .item img {
	width:50px;
	height:50px;
}

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

拖拽排序获取排序顺序

通过简单的方法获取排列顺序并展示效果

0