UNPKG

@mdui/jq

Version:

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

8 lines (7 loc) 157 B
import { $ } from '../$.js'; import './map.js'; $.fn.clone = function () { return this.map(function () { return this.cloneNode(true); }); };