<div id="home">
<div id="logo"> </div>
<div id="foot"> <div class="button"> CLICK ME</div>
<div class="button two"> CLICK ME</div> </div>
</div>
<div id="show">
TEST TEST TEST TEST
</div>
$('.button').click(function(){
$('#show').show();
})
#home {
width: 400px;
height: 400px;
background-color: #ccffff;
}
#logo {
width: 100%;
height: 300px;
background-color: #0099ff;
}
#foot {
width: 100%;
height: 100px;
background-color: #009999;
}
.button {
width: 90px;
height: 30px;
background-color: red;
margin-left: 50px;
}
如果我點擊.button然後GREEN .show告訴我在紅色按鈕,紅色,並且如果我點擊綠色.show那麼這個隱藏外面我想。顯示隱藏的div過電流股利和未來隱藏
LIVE:http://jsfiddle.net/YeE4p/1/
這是非常難以確定你的要求。也許編輯你的問題清晰? –
我想在stackoverflow上 - 如果你在首頁你的暱稱mouseover –
請_edit_您的問題表明。 –