search

Home  >  Q&A  >  body text

jq如何判断含有某个子元素节点?

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

怎么判断

phpcn_u806phpcn_u8062821 days ago1340

reply all(2)I'll reply

  • 数据分析师

    数据分析师2017-10-01 00:44:37

    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.

    reply
    0
  • 阿神

    阿神2017-03-09 17:12:10

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

    reply
    0
  • Cancelreply