text Faux jQuery选择器

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text Faux jQuery选择器相关的知识,希望对你有一定的参考价值。

function $$(selector, context) {
	context = context || document;
	var elements = context.querySelectorAll(selector);
	return Array.prototype.slice.call(elements);
}

以上是关于text Faux jQuery选择器的主要内容,如果未能解决你的问题,请参考以下文章

jQuery选择器

jQuery标签选择器

使用 jQuery,如何确定浏览器是不是原生支持 CSS 选择器“input[type=text]”?

复制 jQuery 日期选择器

jquery选择器

jquery 选择器