XIYUETA.COM
源代码:
点击运行
<script src="../dist/xiyueta.min.js?v31"></script> <script> /* .parse() 解析HTML $.load() 加载html并解析html .inside() 查找元素集在匹配第一个元素内部 $.log() 在浏览器里显示内容 == document.write() */ xiyueta.load("<ul><div><span>aa</span></div></ul><p></p>"); xiyueta.log(xiyueta("div").inside("span").length) xiyueta.log(xiyueta("div").inside("div").length) xiyueta.log(xiyueta("div").inside("ul").length) </script>
运行结果