xiyueta.js库的 $().find() 属性方法

获取当前匹配元素集合中每个元素的后代

xiyueta().find()属性方法,有一种调用方式:
1、xiyueta("div").find("span"); //获取当前匹配元素集合中每个元素的后代

总结:xiyueta().find()用法与jQuery中jQuery().find()用法保持一致
see https://api.jquery.com/find

演示地址 http://xiyueta.com/demo/xiyueta/find/ 

<script src="http://www.xiyueta.com/js/xiyueta.min.js"></script>
<script>
var html="<div><div><div><div><div><div> <ul> <li>xiyueta库</li> <li>xiyueta.com</li> </ul> ";
$().parse(html);
document.write( $("div").find("li").length );
</script>

 xiyueta.js库 $().find() 属性方法的源码部分


     find: function(findConfig) { //获取当前匹配元素集合中每个元素的后代==jQuery  可再改进成 each循环这种方法20210822
         this.domListArray.push({ domList: this.domList, length: this.length, selector: this.selector }); //上一级查的内容写入数组
         this.domList = _xyt.find(this.domList, findConfig);
         var splstr = this.domList.split(",");
         this.length = splstr.length - 1;
         this.selector = "";


         return this;
     },

 文章来源 http://xiyueta.com/api/xiyueta/find/

原创不易,若转载请注明出处
喜欢我的可以点赞、关注、收藏,如果有什么技术上的疑问,欢迎留言或私信~

 

 

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值