迹忆客
计算机编程教程
WEB前端
JavaScript
React
Vue
Angular
CSS
HTML
编程语言
Python
PHP
Java
Go
TypeScript
C++
C语言
Node.js
VBA
数据库
PostgreSQL
MySQL
Redis
MongoDB
网络
算法
操作系统
基础教程
Git
Matlab
Docker
正则表达式
Bootstrap
SQL
JQuery
Matplotlib
工具
教程
>
jQuery 教程
>
jQuery 参考手册
阅读:
8
jQuery :text 选择器
jQuery
:text
选择器
jQuery 选择器
实例
选取带有 type="text" 的 <input> 元素:
$(":text")
尝试一下
定义和用法
:text 选择器选取带有 type=text 的 input 元素。
语法
$(":text")
jQuery 选择器
jQuery :password 选择器
jQuery :input 选择器
查看笔记
扫码一下
查看教程更方便