私は次のようなjqueryコードを持っています:
$(function() {
$('#butt1').click(function(){
$('#jabe1').css("width", "300px");
});
});
クリックした後、0秒ではなく10秒で#jabe1の幅を変更したい
:
$('#jabe1').hide(200);
ゆっくりと隠れ
ていきます
jabe1 css コード:
#banners li {
float: left;
height: 411px;
width: 268px;
margin: 0px 0px 0px -50px;
position: relative;
background: url("../images/banner-shadow.png") no-repeat scroll center bottom transparent;
padding: 0px;
font-style: normal;
}