这个jQuery选择器中的“>”是什么意思?

大于符号(>)在这里有什么区别?

是$(‘#someElement’).find(“> [someAttribute]”)与$(‘#someElement’)相同.find(“[someAttribute]”)?

解决方法

否:它只选择一个元素,如果它是#someElement的直接子元素.

它在语义上基于CSS直接子选择器.

child selector’s documentation

相关文章

页面搜索关键词突出 // 页面搜索关键词突出 $(function () {...
jQuery实时显示日期、时间 html: <span id=&quot...
jQuery 添加水印 <script src="../../../.....
中文:Sys.WebForms.PageRequestManagerParserErrorExceptio...
1. 用Response.Write方法 代码如下: Response.Write(&q...
Jquery实现按钮点击遮罩加载,处理完后恢复 思路: 1.点击按...