jQuery中hasClass()方法用法实例_jquery

WBOY
Release: 2016-05-16 16:22:08
Original
1083 people have browsed it

本文实例讲述了jQuery中hasClass()方法用法。分享给大家供大家参考。具体分析如下:

此方法验证匹配元素是否包含指定的类,包含则返回true,否则返回false。

语法结构:

复制代码代码如下:
$(selector).hasClass(class)

参数列表:

参数 描述
class 用于匹配的类名。

实例代码:

复制代码代码如下:






脚本之家






  • HTML专区

  • Javascript专区

  • Div+Css专区

  • Jquery专区





以上代码可以弹出一个布尔值用以说明检测的class属性值是否存在。

希望本文所述对大家的jQuery程序设计有所帮助。

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!