-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 添加了对parent next prev的多次操作参数,现在可以通过例如_(ele).parent(3);一次性向上寻找3层了。 * 添加了jsDoc注释 * 添加了选择器出错时输出具体错误讯息 * 修复了设定css时dataUrl中的符号导致出错的问题 * 修复了getClass逻辑错误 * 修复了addClass removeClass 会使被选择的元素Class变成一样的BUG(因为replaceClass内部使用此二者实现,因此被自动修复) * 修复了coloricon会无限增生的问题 * 优化了部份代码逻辑 * 清理了开发中残留的输出代码
- Loading branch information
Showing
3 changed files
with
898 additions
and
217 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.