我有一個問題,關於你的擾流板在此頁:
擾流板顯示代碼
http://jdownloader.org/download/index
當我點擊的Windows它出現一個表,但是當我點擊的Linux的Windows 的內容消失。我想創建一個這樣的劇透,但一個擾流板的內容不會消失當我按另一個擾流板。
這段代碼究竟應該改變什麼(html源代碼)?
<div class="dokuwiki">
<div class="right_page">
<div class="entry-content">
<script type="text/javascript" src="./JDownloader.org - Official Homepage_files/jquery.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$(".nonjs").removeAttr("href"); //href is needed for users without JS
$('.OS').click(function(){
if($(this).find(".details").is(":visible"))
{
$(this).find(".details").not(":hidden").hide("slow");
return true;
}
else
{
$(".OS").not(this).each(function(i) {
$(this).find(".details").hide("slow");
});
$(this).find(".details").show("slow");
return false;
}
});
});
</script>
<style type="text/css">
<!--
.details {
display: none;
clear: both;
padding: 2px;
}
.nonjs{
cursor:pointer;
}
img {
border: 0px;
}
-->
</style>
歡迎來到SO。我注意到你剛纔還有其他問題,但你還沒有接受答案。如果答案解決了您的問題,您應該[接受](http://meta.stackexchange.com/a/5235/188347)。 – sachleen 2012-07-19 15:00:43