jquery练习

1.$("div":has('span'))

2.$("li:last")

3.$("p:eq(1)").hide()

4.$("form input:checked").hide()

5.$("select option:selected").text()

6.$("#test").attr("id","ss")

7.$("div").remove()

8.$("div").unbind

9$("div").show()

posted on 2017-03-06 20:28  老邱2  阅读(84)  评论(0编辑  收藏  举报

导航