UNPKG

vquery2023

Version:

一个轻量级的类jQuery的库,聚合了jQeury中这几个常用的方法: click() hover() show() hide() css() attr() toggle() eq find() getIndex() bind()

18 lines (16 loc) 236 B
一个轻量级的类jQuery的库,聚合了jQeury中这几个常用的方法: click() hover() show() hide() css() attr() toggle() eq find() getIndex() bind() 使用方法: ```js import $ from "vquery2023"; ```