您好,登錄后才能下訂單哦!
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>無標題文檔</title>
</head>
<script language="javascript" src="http://www.tingdong.cn/public/js/jquery.js" type="text/javascript"></script>
<script language="javascript" type="text/javascript">
$(document).ready(function (){
$("[id^='ds']").each(function(){
var s = "s" + this.id.replace("ds","");
$(this).toggle(function(){
$("#"+s).show();
$(this).html("隱藏>>");
},function(){
$("#"+s).hide();
$(this).html("展開>>");
});
});
})
</script>
<body>
<div id="ds1">展開>></div>
<span style="display:none" id="s1">111111</span>
<div id="ds2">展開>></div>
<span style="display:none" id="s2">222222</span>
<div id="ds3">展開>></div>
<span style="display:none" id="s3">333333</span>
</body>
</html>
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。