首页 > Web开发 > 详细

ajax传值

时间:2015-09-18 15:33:38      阅读:327      评论:0      收藏:0      [点我收藏+]
 1 $(function(){
 2     $.ajax({
 3     url:‘order!seatnum.action‘,
 4     data:{
 5     "entity.id":$("input[name=‘entity.id‘]").attr("value"),
 6     seattype:$("input[name=‘seattype‘]").attr("value")
 7     },
 8     type:‘post‘,
 9     success:function(){
10     alert("chenggong");
11     },
12     error:function(){}
13     })
14     alert($("#snum").text());
15 })

 

ajax传值

原文:http://www.cnblogs.com/zzzzw/p/4819057.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!