Magento产品详细页面sizechart修改
js如下
<script>jQuery(function(){ if(typeof(jQuery("div").attr("to")!="undefined")){
jQuery("div[to]").click(function(){ $a=jQuery(this).attr("to"); $b=jQuery(this).attr("title"); $url="<?php echo Mage::getBaseUrl() ?>"+"skin/frontend/maishen/tidebuy/images/"+$a+".jpg"; //alert($url); $html='<img src='+$url+' ><span>'+$b+'<span>'; jQuery(this).parent().siblings("dt").html($html);}); }});</script>
模板文件参看productcolor.phtml,样式省略.ok.