-1

i'm trying the source code, plz check the demo link :

http://jsfiddle.net/bala2024/nvR2S/40/

$('.expand').click(function(){
    $(this).stop().animate({
        width:'73%',
        height:'130px'
    });
    $('.collapse').show();
});
4

1 に答える 1