最近在研究Interface elements for jQuery(http://interface.eyecon.ro/),此插件封装了一些拖拽效果,并且使用非常简单,能轻松实现拖拽排序、购物车、博客首页排版等UI,所以模仿和讯的图片排序做了一个简单样例:

预览:
 
代码:

jquery应用-图片拖拽排序<html>
jquery应用-图片拖拽排序
<head>
jquery应用-图片拖拽排序
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
jquery应用-图片拖拽排序
<title>Sortables demo - Interface plugin for jQuery</title>
jquery应用-图片拖拽排序        
<script type="text/javascript" src="jquery.js"></script>
jquery应用-图片拖拽排序        
<script type="text/javascript" src="interface.js"></script>
>

相关文章: