function showMoreKeyword(){
$.ajax({
url: "/company/hot_key.jsp?oper=1",
cache: false,
success: function(html){
$("#company_keyword").html(html);
$("#more_keyword").html('<a href="javascript:showKeyword()">更少>></a>');
}
});
}2、prototype实现局部刷新
var myAjax = new Ajax.Updater("attrTable",
"/trade/manager/goods/ajaxGoodsTypeAttr.jsp?goods_type_id="+goodsTypeId, {
method : 'post',
evalScripts : true
});
909

被折叠的 条评论
为什么被折叠?



