摘要:
$(".new_mess_c img").each(function(i){ var img = $(this); var realWidth;//真实的宽度 var realHeight;//真实的高度 //这里做下说明,$("")这里是创建一个临时的img标签,类似js创建一个new Image()对象! $("").attr("s... 阅读全文
摘要:
//轮播图(自动轮播,鼠标移上底部小图标切换) function imgauto(parentId, childN, LMimgs, LMlis) { var x = 0, y = 1; var firstimg = childN.children[0].cloneNode(true); var lastimg = childN.children[LMimgs.lengt... 阅读全文