jQuery is()函数用法3例
jQuery提供了is()方法可以很方便的判断元素是否可见,是否隐藏,是否选中。 一、判断元素是否隐藏 如下html中的div元素是隐藏的: 代码如下:<!doctype html><html><head> [removed][removed] </head><body> 你看不到我 [removed]
下载地址
用户评论