2016年6月20日
摘要: $("#btn-createVM").click(function(){ //$(this).val("正在处理..."); //改变按钮的值 $(this).attr("disabled", "disabled"); //禁用按钮 $.ajax({ type: 'POST', //url: '/aptest/', d... 阅读全文
posted @ 2016-06-20 17:23 momingliu11 阅读(1913) 评论(0) 推荐(0) 编辑
摘要: 1.在html页面的head中引用 <script src="/static/Bootstrap/js/jquery/jquery.tablesorter.min.js"></script>2.在.js文件中加载tablesorter: $("table tbody").append(html); 阅读全文
posted @ 2016-06-20 14:24 momingliu11 阅读(1503) 评论(0) 推荐(0) 编辑