首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Ajax >

利用jquery的ajax提交页面下的表单

2012-10-31 
利用jquery的ajax提交页面上的表单$.ajax({type:POST,url:downloadWaveData.action,data:$(#downList

利用jquery的ajax提交页面上的表单

$.ajax({type:'POST',url:'downloadWaveData.action',data:$('#downListForm').serialize(),success: function(){alert("data post ok.");}});

热点排行