php按钮 点击按钮就能插入一条记录到mysql并刷新界面
使用jquery里面的ajax方法以下举个例子12345678910111213141516$。ajax({type: "get",url: "http://www。cnblogs。com/rss",beforeSend: function(XMLHttpRequest){//ShowLoading();},success: function(data, textStatus){$("。 ajax。ajaxResult")。html("");$("item",data)。each(function(i, domEle){$("。ajax。ajaxResult")。append("" $(...全部
使用jquery里面的ajax方法以下举个例子12345678910111213141516$。ajax({type: "get",url: "http://www。cnblogs。com/rss",beforeSend: function(XMLHttpRequest){//ShowLoading();},success: function(data, textStatus){$("。
ajax。ajaxResult")。html("");$("item",data)。each(function(i, domEle){$("。ajax。ajaxResult")。append("" $(domEle)。
children("title")。
text() "");});},complete: function(XMLHttpRequest, textStatus){//HideLoading();},error: function(){//请求出错处理}});。收起