May 24, 2015
May 3, 2015
HiNet 測速網站
http://speed.hinet.net/
進入中華電信數據機 (ZyXEL P874)
http://192.168.1.1
一般使用者帳號密碼
user/user
管理者帳號
cht
管理者密碼
北區密碼為chtnvdsl,中區密碼為chtcvdsl,南區密碼為chtsvdsl
April 19, 2015
April 17, 2015
無料のイラストやかわいいテンプレート | 素材ライブラリー
http://www.sozai-library.com/
無料イラスト ・イラスト素材「シルエットAC」
http://www.silhouette-ac.com/
April 12, 2015
同時秀出價格
同時秀出價格
CSS (head)
/*隱藏區塊用*/
.box{display: none;}
/*秀出區塊用*/
.bS01{}
.bS02{}
.bS03{}
/*區塊範圍指定*/
.bBW{}
.box{display: none;}
/*秀出區塊用*/
.bS01{}
.bS02{}
.bS03{}
/*區塊範圍指定*/
.bBW{}
JavaScript (head)
<script type="text/javascript" src="http://code.jquery.com/jquery.min.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$('input[type="radio"]').click(function(){
if($(this).attr("value")=="bOne"){
$(".box").hide();
$(".bS01").show();
}
if($(this).attr("value")=="bTwo"){
$(".box").hide();
$(".bS02").show();
}
});
});
</script>
<script type="text/javascript">
$(document).ready(function(){
$('input[type="radio"]').click(function(){
if($(this).attr("value")=="bOne"){
$(".box").hide();
$(".bS01").show();
}
if($(this).attr("value")=="bTwo"){
$(".box").hide();
$(".bS02").show();
}
});
});
</script>