├── .DS_Store ├── Collapse By Native JS ├── .DS_Store └── Collapse.html ├── PageSlider ├── .DS_Store └── PageSliderDemo.html ├── README.md └── TestClientHeight ├── .DS_Store └── testClientHeight.html /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelloLeeChan/Exercise-Demo/2e56185d7a720be43bc9ce4c888983dea21ab7a2/.DS_Store -------------------------------------------------------------------------------- /Collapse By Native JS/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelloLeeChan/Exercise-Demo/2e56185d7a720be43bc9ce4c888983dea21ab7a2/Collapse By Native JS/.DS_Store -------------------------------------------------------------------------------- /Collapse By Native JS/Collapse.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Collapse By Native JS 6 | 76 | 77 | 78 | 79 |
80 |

Title1

81 |
82 |
83 | content1
content1
content1
content1
84 |
85 |
86 |
87 | 88 |
89 |

Title2

90 |
91 |
92 | content2
content2
content2
content2
93 |
94 |
95 |
96 | 97 |
98 |

Title3

99 |
100 |
101 | content3
content3
content3
content3 102 |
103 |
104 |
105 | 106 |
107 |

Title4

108 |
109 |
110 | content4
content4
content4
content4
content4
111 |
112 |
113 |
114 | 115 | 116 | 220 | 221 | -------------------------------------------------------------------------------- /PageSlider/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelloLeeChan/Exercise-Demo/2e56185d7a720be43bc9ce4c888983dea21ab7a2/PageSlider/.DS_Store -------------------------------------------------------------------------------- /PageSlider/PageSliderDemo.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | PageSlider Demo 11 | 64 | 65 | 66 | 67 | 68 |
69 |
page1
70 |
page2
71 |
page3
72 |
73 | 74 | 75 | 76 | 77 | 327 | 328 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Exercise-Demo 2 | 3 | 一些封装的小组件 4 | -------------------------------------------------------------------------------- /TestClientHeight/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelloLeeChan/Exercise-Demo/2e56185d7a720be43bc9ce4c888983dea21ab7a2/TestClientHeight/.DS_Store -------------------------------------------------------------------------------- /TestClientHeight/testClientHeight.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 38 | --------------------------------------------------------------------------------