$('#content').load('<?php echo url::create('product');?>'+'&id='+id',function(e){ // console.log(e); if(e == 'Notfound'){ $('#frame_s').hide(); $('#frame_none').show(); // $('#save_button').hide(); //alert('未添加该渠道商品上架资料模板'); //by horse, 2016-7-19 }else{ $('#frame_s').show(); $('#frame_none').hide(); // } }); 或者$('#review').load('index.php?route=review&product_id=<?php echo $product_id; ?>');
php jquery load
最新推荐文章于 2021-03-27 15:52:58 发布