jQuery 杂项 size() 方法

jQuery 教程 · 2019-03-28 20:16:45

实例

输出被 jQuery 选择器匹配的元素的数量:

$("button").click(function(){ alert($("li").size()); });

定义和用法

size() 方法在 jQuery 版本 1.8 中被废弃。 请使用 length 属性代替。

size() 方法返回被 jQuery 选择器匹配的元素的数量。

语法

$(selector).size()

点击查看所有 jQuery 教程 文章: https://www.codercto.com/courses/l/35.html

查看所有标签

High Performance Python

High Performance Python

Andrew Lewis / O'Reilly Media, Inc. / 2010-09-15 / USD 34.99

Chapter 1. Introduction Section 1.1. The High Performance Buzz-word Chapter 2. The Theory of Computation Section 2.1. Introduction Section 2.2. Problems Section 2.3. Models of Computati......一起来看看 《High Performance Python》 这本书的介绍吧!

随机密码生成器
随机密码生成器

多种字符组合密码

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器

HSV CMYK 转换工具
HSV CMYK 转换工具

HSV CMYK互换工具