1.先把要用的body内的代码写好。
1222下面的Ulid为"ulList1"
34
10- 苹果(class=fruit)
5- 西瓜(class=fruit)
6- 黄瓜(id=cucumber)(class=vegetable)
7- 西红柿(id=tomato)(class=vegetable)
8- 菠萝(class=fruit)
9下面的Ulid为"ulList2"
1112
18 19- 香蕉(class=fruit)
13- 椰子(class=fruit)
14- 西兰花(id=flower)(class=vegetable)
15- 火龙果(class=fruit)
16- 土豆(id=potato)(class=vegetable)
17
20 2123 24 页面元素限制,这里只让大家使用li标签 25 26 27 28 29 30
2.然后把标签中的样式写好,主要是好看,对吧,嘻嘻
1
3.然后就开始运用Jquery的知识点了。
1