常用总结
选择器
/// 基本选择器ID选择器:$("#id")类选择器:$(".className")标签选择器:$("tagName")/// 层次选择器后代元素:$("ancestor descendant")子元素:$("parent>child")/// 过滤选择器(伪类选择器)/// 表单选择器
技巧方法
jQuery
原文地址:https://www.cnblogs.com/wjcx-sqh/p/9655281.html
选择器
/// 基本选择器ID选择器:$("#id")类选择器:$(".className")标签选择器:$("tagName")/// 层次选择器后代元素:$("ancestor descendant")子元素:$("parent>child")/// 过滤选择器(伪类选择器)/// 表单选择器
jQuery
原文地址:https://www.cnblogs.com/wjcx-sqh/p/9655281.html