<script type="text/javascript">
function loadRecommend(){
$.ajax({
url:homeUrl+'index.php',
type : 'get',
data :'com=index&t=loadRecommend',
dataType:'html',
success:function(html){
$('#recommendations .index_product_list').replaceWith(html);
}
});
}
loadRecommend();
</script>
相关文章
- 12-01Hadoop中的一些基本操作
- 12-01LTE中 IMEI, GUTI, IMSI,S-TMSI等符号的含义
- 12-01如何让带证书的WCF服务 部署在以network service 帐户运行的Windows Service中 原创
- 12-01python中list, tuple, dictionary, set的底层细节
- 12-01Python中tuple和list的区别?Python基础学习!
- 12-01连接列表中的各种元素(list/tuple/string/array/tensor)的方法汇总
- 12-01保证测试通过的ip正则,antdIP/IP段的校验方法,antd的textArea中可以输入多个以换行分隔的ip/IP段,并自动检测出错行的原因
- 12-01Swift中的Tuple类型
- 12-01FastAPI(11)- 函数参数类型是列表,但不使用 typing 中的 List,而使用 list,会怎么样?
- 12-01【读书笔记】排列研究-排列中的代数组合学