1. 首页
  2. 数据库
  3. 其它
  4. jquery.post用法示例代码

jquery.post用法示例代码

上传者: 2020-12-23 02:42:08上传 PDF文件 27.63KB 热度 26次
使用ajax在前端验证是否执行某个操作 jquery.post参数为 url,[data],[callback],[type] url:发送请求地址。 data:待发送 Key/value 参数。 callback:发送成功时回调函数。 type:返回内容格式,xml, html, script, json, text, _default。 代码如下: $.post(‘admin/HhCheckVote.do?ids=’ + ‘${ids}’, {}, function(flag) { if(flag.isVote==”true”){ document.getElementById(“jvF
用户评论