摘要:
$.post是jquery自带的一个方法,使用前需要引入jquery.js 语法:$.post(url,data,callback,type); url(必须):发送请求的地址,String类型 data(可选):发送给后台的数据,以key/value形式{a:value1,b:value2},即j 阅读全文
摘要:
Bootstrap table学习 一、在页面中引入相关文件。 Jquery.js bootstrap.js bootstrap.css Bootstrap-table.js bootstrap-table.css 二、编写页面 1.准备一个空表格 <div> <table id=”table”>< 阅读全文