<script type= "text/javascript" > |
$( |
function () { |
$( ".productid" ).click( function () { |
$.cookie( 'productid' , $( this ).attr( "pid" )); |
$.cookie( 'productname' , $( this ).html()); |
parent.$( ".country-selectinput" ).html($( this ).html()); |
parent.$.fancybox.close(); |
}) |
}) |
</script> |
初级程序员
by: 云代码会员 发表于:2015-06-19 15:21:30 顶(0) | 踩(0) 回复
不错
回复评论