ege动画,jquery使用percenteges进行动画制作
Is there any way i can animate a div using percentages with jquery?I've tried these:$('.box1').animate({width:($(".wrapper").width()*.100)},"fast");})$('.box1').animate({width:'100%'},"fast");})$('.bo...