2010-05-08 76 views

回答

1

基礎:

$$('div').each(function(el, index){ 
    el.morph({ 
     height: 100 * index 
    }); 
});​ 

例子:http://jsfiddle.net/mbrNq/

+0

感謝奧斯卡..! – significance 2010-05-09 11:40:52

+0

但它是「奧斯卡」。 – 2010-05-10 08:49:42