jquery-extras

Contains jQuery with a bunch of useful extras

Script này sẽ không được không được cài đặt trực tiếp. Nó là một thư viện cho các script khác để bao gồm các chỉ thị meta // @require https://update.greasyfork.org/scripts/12083/71338/jquery-extras.js

Tác giả
spiralx
Phiên bản
0.2.0
Đã tạo
30-08-2015
Đã cập nhật
31-08-2015
Giấy phép
N/A

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!