:text
            收藏:0  
            阅读:38
        
        
        jQuery :text 选择器
实例
选取带有 type="text" 的 <input> 元素:
		$(":text")
	
定义和用法
:text 选择器选取带有 type=text 的 input 元素。
语法
		$(":text")
	
选取带有 type="text" 的 <input> 元素:
:text 选择器选取带有 type=text 的 input 元素。