$('a').bind('mouseover.name_space', fn);
$('a').unbind('mouseover.name_space', fn);
便利だけど、undocumentedなので注意。
$('a').unbind('mouseover.name_space', fn);
便利だけど、undocumentedなので注意。
このブログ記事を参照しているブログ一覧: イベントネームスペース
このブログ記事に対するトラックバックURL: http://0-9.sakura.ne.jp/mt/mt-tb.cgi/480
ドキュメントあるよ!
http://docs.jquery.com/Events_%28Guide%29#Namespacing_events
お、ほんとだ。
ありがとうございます。やっぱ本家見ないとだめだなぁ。。。