UNPKG

@mdui/jq

Version:

拥有和 jQuery 相似 API 的轻量级 JavaScript 工具库

8 lines (7 loc) 244 B
import { $ } from '../$.js'; // eslint-disable-next-line @typescript-eslint/no-explicit-any $.fn.get = function (index) { return index === undefined ? [].slice.call(this) : this[index >= 0 ? index : index + this.length]; };