jQuery选择器-->层次选择器之ancestor descendant选择器

2021-03-11 01:30

阅读:632

标签:des   tor   选择   匹配   esc   jquery选择器   desc   选择器   并且   

1.定义和用法

  ancestor descendant选择器中ancestor代表祖先,descendant代表子孙,用于在给定的祖先元素下匹配所有的后代元素

  使用公式:$("ancestor descendant")

      ancestor:是指任何有效的选择器

      descendant:是用以匹配元素的选择器,并且它是ancestor所指定元素的后代元素

  示例:

    $("ul li")  //匹配lu元素下的全部li元素

层次选择器之ancestor descendant选择器,soscw.com" target="_blank">jQuery选择器-->层次选择器之ancestor descendant选择器

标签:des   tor   选择   匹配   esc   jquery选择器   desc   选择器   并且   

原文地址:https://www.cnblogs.com/abner-pan/p/12846135.html


评论


亲,登录后才可以留言!