2008-06-25 (水)
■ jQuery の bind では selectstart イベントも指定できる
ドキュメントには書かれていませんが使えます。 というより、IE 限定の onselectstart というイベントが元々ありますが、 それを jQuery で設定するのにどう書けばいいのか、という話です。
ページのある部分のテキストを選択できないようにするために、 最初、こんなコードを書いていました。
$("...").each(function() {
this.onselectstart = function() {return false;};
});
でも、 jQuery Disable Text Select Plugin : jDempster.com のページを見ていて気付きましたが、実はこう書くことができます。
$("...").bind('selectstart', function() {
return false;
});
この書き方のほうが jQuery らしくていいですね。
に IE で使えるイベントが他にもいっぱい載っていますが、 おそらくこれらも指定できるんじゃないかと思います。
[コメントを書く]
本日のリンク元
- 5 google検索(jquery bind)
- 5 google検索(jQuery bind)
- 3 google検索(jquery bind)
- 3 google検索(jquery .bind)
- 2 google検索(bind Value select zend)
- 2 google検索(jquery bind)
- 2 google検索(jQuery イベント e)
- 2 google検索(jQuery bind)
- 2 google検索(jquery bind)
- 2 google検索(jQuery bind selectstart)
- 2 google検索(jQuery bind)
- 2 google検索(jQuery bind)
- 2 http://www.google.co.jp/custom?domains=www.tsukuba...
- 2 http://d.hatena.ne.jp/johzan/20080625/1214365790
- 1 google検索(onselectstart Jquery)
- 1 google検索(IE SelectStart)
- 1 google検索(イベント selectstart)
- 1 google検索(IE イベント)
- 1 google検索(jquery bind)
- 1 google検索(jquery bind イベント)
- 1 google検索(CentOS 5.2 BIND)
- 1 google検索(selectstart bind)
- 1 google検索(bind selectstart)
- 1 google検索(jQuery bind)
- 1 google検索(bind jquery)
- 1 google検索(jquery bind)
- 1 google検索(jQuery Disable Text Select Plugin)
- 1 google検索(jquery bind)
- 1 google検索(jQuery bind)
- 1 google検索(jquery onselectstart)
- 1 google検索(jQuery bind)
- 1 google検索(selectstart)
- 1 google検索(jquery onselectstart)
- 1 google検索(jquery ie bind)
- 1 google検索(jquery bind ie)
- 1 google検索(jquery bind function)
- 1 google検索(jquery bind イベント)
- 1 google検索(jquery bind)
- 1 google検索(jquery bind)
- 1 google検索(jquery bind)
- 1 google検索(jquery イベント bind)
- 1 google検索(jquery イベント)
- 1 google検索(jQuery selectstart)
- 1 google検索(bind jquery)
- 1 google検索(PukiWiki jquery)
- 1 google検索( jquery bind selectstart)
- 1 google検索(google ajax api jquery イベント)
- 1 google検索("jQuery" イベント 例)
- 1 google検索(selectstart ajax)
- 1 google検索(jquery イベント bind)
- 1 google検索(jquery bind)
- 1 google検索(jquery bind )
- 1 google検索(jQuery 指定)
- 1 google検索(jquery bind)
- 1 google検索(Jquery bind)
- 1 google検索(jQuery 指定)
- 1 google検索(svg <text 選択できないように)
- 1 google検索(jquery treeview selectstart)
- 1 google検索(jquery bind)
- 1 google検索(jquery IE bind)
- 1 google検索(jquery イベント bind)
- 1 google検索(jquery イベント)
- 1 google検索(jQuery bind イベント)
- 1 google検索(jQuery イベント)
- 1 google検索(jQuery*bind)
- 1 google検索(bind centos vmware)
- 1 google検索(JQuery Bind)
- 1 google検索(JQUERY)
- 1 google検索(れぶろぐ jquery)
- 1 google検索(ie8 jquery)
- 1 google検索(jquery イベント)
- 1 google検索(jquery タグ 特定 文字列)
- 1 google検索(JQuery each 正規表現)
- 1 google検索(jquery select plugin)
- 1 google検索(bind jquery function)
- 1 google検索(jquery イベント)
- 1 google検索(onselectstart JQuery)
- 1 google検索(jquery イベント)
- 1 google検索(jquery イベント)
- 1 google検索(jQuery bind IE)
- 1 google検索(JQuery selectstart)
- 1 google検索(jquery イベント bind)
- 1 google検索(jquery イベント)
- 1 http://www.google.co.jp/reader/view/
- 1 http://www.google.co.jp/hws/search?q=bind イベント...
- 1 http://www.google.co.jp/hws/search?hl=ja&q=jquery ...
- 1 http://www.google.co.jp/hws/search?hl=ja&q=jquery ...
- 1 http://www.google.co.jp/hws/search?hl=ja&q=javascr...
- 1 http://www.google.co.jp/hws/search?hl=ja&q=javascr...
- 1 http://www.google.co.jp/hws/search?br=&client=fenr...
- 1 http://www.google.co.jp/custom?hl=ja&safe=active&c...
- 1 http://www.google.co.jp/custom?domains=www.tsukuba...
- 1 http://del.icio.us/kishir?url=http://www.revulo.co...
- 1 http://d.hatena.ne.jp/johzan/20080625
- 1 http://d.hatena.ne.jp/johzan/
- 1 http://72.14.235.104/search?q=cache:zTWgf3oEolYJ:w...
