我创建了简单的代码
$.expr[':'].test = function(node,index){
console.log(node,index)
}
并处决了他们
$('div:test()')
所有索引都是0,我现在不知道为什么?是否应该使用它们?我不想使用其他库
我创建了简单的代码
$.expr[':'].test = function(node,index){
console.log(node,index)
}
并处决了他们
$('div:test()')
所有索引都是0,我现在不知道为什么?是否应该使用它们?我不想使用其他库