摘要: 假如现在有这样一个表单,是添加元素用的。 <form id='addForm' action='UserAdd.action' type='post'> <label for='uname'>用户名</label>:<input type='text' name='uname' id='uname' 阅读全文
posted @ 2014-08-12 23:40 尼玛范爷 阅读(435483) 评论(30) 推荐(22)
摘要: 参考原文链接: http://stackoverflow.com/questions/2072848/reorder-html-table-rows-using-drag-and-drop 在最近的项目中,我们有这样一个需求,要手动拖动html table中的行(tr)进行排序, 就是我可以将第一行 阅读全文
posted @ 2014-08-12 22:23 尼玛范爷 阅读(9470) 评论(1) 推荐(1)