jq如何判断含有某个子元素节点?
phpcn_u806
phpcn_u806 2017-03-09 17:10:34
0
2
1326

假如我一个div;里面有三个节点 ;现在我要用jq来判断节点样式名为class的节点是否存在

怎么判断

phpcn_u806
phpcn_u806

reply all(2)
数据分析师

How does jq determine that a node contains a certain sub-element? - PHP Chinese website Q&A - How does jq determine that a node contains a certain sub-element? - PHP Chinese website Q&A

Take a look around and learn.

阿神

判断的话应该是$('div').children().is('.className'),返回布尔;直接用的话$('div').children('.className')应该就行。

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template