第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會(huì)有你想問的

Jquery 隱藏/顯示 左側(cè)frame,需要有動(dòng)畫效果的

Jquery 隱藏/顯示 左側(cè)frame,需要有動(dòng)畫效果的

阿晨1998 2019-04-04 06:02:09
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>信息管理系統(tǒng)界面</title></head><frameset rows="50,*" cols="*" frameborder="no" border="0" framespacing="0"><frame src="top.html" name="topFrame" scrolling="No" noresize="noresize" id="topFrame" title="topFrame" /><frameset cols="187,*" frameborder="no" border="0" framespacing="0"><frame src="left.html" name="leftFrame" scrolling="No" noresize="noresize" id="leftFrame" title="leftFrame" /><frame src="index.html" name="rightFrame" id="rightFrame" title="rightFrame" /></frameset></frameset><noframes><body></body></noframes></html>如何隱藏/顯示 左側(cè) 麻煩大神寫下JQUERY代碼!
查看完整描述

2 回答

?
胡子哥哥

TA貢獻(xiàn)1825條經(jīng)驗(yàn) 獲得超6個(gè)贊


1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

17

18

19

20

21

22

23

24

25

26

27

28

29

30

31

32

33

34

35

36

37

38

39

40

41

42

43

44

45

46

47

48

49

50

51

<!DOCTYPE HTML>

<html>

<head>

<meta charset=UTF-8 />

<title>MODEL PAGE</title>

<style type="text/css">

table {

    margin: 0 auto;

    border: 1px solid black;

    border-collapse: collapse;

    border: 1px solid black;

}

 

td {

    border: 1px solid black;

}

</style>

<script type="text/javascript" src="jquery-1.8.0.min.js"></script>

<script type="text/javascript">

    var interval = null;

    $ (function ()

    {

        var fs = $ ('frameset:last');

        interval = setInterval (function ()

        {

            var L = parseFloat(fs.prop ('cols').match (/\d+/g)[0]);

            if (L <= 0)

            {

                clearInterval(interval);

                interval = null;

                fs.prop ('cols', '0,*');

            }

            fs.prop ('cols', L - 10 + ',*');

        }, 20);

    })

</script>

</head>

<frameset rows="50,*" cols="*" frameborder="no" border="0" framespacing="0">

    <frame src="top.html" name="topFrame" scrolling="No" noresize="noresize"

        id="topFrame" title="topFrame" />

    <frameset cols="187,*" frameborder="no" border="0" framespacing="0">

        <frame src="left.html" name="leftFrame" scrolling="No" noresize="noresize"

            id="leftFrame" title="leftFrame" />

        <frame src="index.html" name="rightFrame" id="rightFrame" title="rightFrame" />

    </frameset>

</frameset>

<noframes>

    <body>

    </body>

</noframes>

</html>


 


查看完整回答
反對(duì) 回復(fù) 2019-04-05
  • 2 回答
  • 0 關(guān)注
  • 433 瀏覽

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)