码迷,mamicode.com
首页 > Web开发 > 详细

ajax传值

时间:2015-09-18 15:34:14      阅读:136      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!