jquery-extras

Contains jQuery with a bunch of useful extras

이 스크립트는 직접 설치하는 용도가 아닙니다. 다른 스크립트에서 메타 지시문 // @require https://update.greatest.deepsurf.us/scripts/12083/71338/jquery-extras.js을(를) 사용하여 포함하는 라이브러리입니다.

작성자
spiralx
버전
0.2.0
생성일
2015-08-30
갱신일
2015-08-31
크기
333KB
라이선스
해당 없음

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!