jquery-extras

Contains jQuery with a bunch of useful extras

このスクリプトは単体で利用できません。右のようなメタデータを含むスクリプトから、ライブラリとして読み込まれます: // @require https://update.greasyfork.org/scripts/12083/71338/jquery-extras.js

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください。
作者
spiralx
バージョン
0.2.0
作成日
2015/08/30
更新日
2015/08/31
ライセンス
不明

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!