NoIME
by
tily
2011-06-12 [2011/06/12 13:54:56]
NoIME
@@ -7,4 +7,4 @@
* @require http://dl.dropbox.com/u/511116/noime/noime.js
* @require jQuery
*/
-$("textarea,input[type='text']").each(function(){ NoIME(this) })
+(function() { $("textarea,input[type='text']").each(function(){ NoIME(this) }) })()
/*
* @title NoIME
* @description NoIME
* @include http://*
* @license MIT License
* @require http://dl.dropbox.com/u/511116/noime/roma.js
* @require http://dl.dropbox.com/u/511116/noime/noime.js
* @require jQuery
*/
(function() { $("textarea,input[type='text']").each(function(){ NoIME(this) }) })()
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。