jquery-extras

Contains jQuery with a bunch of useful extras

当前为 2015-08-31 提交的版本,查看 最新版本

此脚本不应直接安装。它是供其他脚本使用的外部库,要使用该库请加入元指令 // @require https://update.greasyforks.org/scripts/12083/71335/jquery-extras.js

作者
spiralx
版本
0.2.0
创建于
2015-08-30
更新于
2015-08-31
大小
269.5 KB
许可证
暂无

jquery-extras

Contains jQuery 2.1.1 and some extra functions e.g.

  • document.observe(selector, onAdded, onRemoved)
  • $(...).observe(selector, onAdded, onRemoved)
  • $(...).outer()
  • $(...).sort(compareFunc)

Note: only exposes $ to the User Script, and not jQuery! If you have to use jQuery, just add the line jQuery = $; at the top of your script!

长期地址
遇到问题?请前往 GitHub 提 Issues。