2014年1月6日のブックマーク (3件)

  • jQuery mousewheel stop propagation

    How to stop propagation with the mousewheel event listener? When using the mousewheel over the content element the whole document is scrolling too. This doesn't work: content.on('mousewheel', function(e, delta){ content.scrollTop(content.scrollTop() - (40 * delta)); set_bar(); e.stopPropagation(); }); solution content.on('mousewheel', function(e, delta){ content.scrollTop(content.scrollTop() - (40

    jQuery mousewheel stop propagation
    kurenai7
    kurenai7 2014/01/06
    モーダルマスクとかツールチップ内のスクロールを親ウインドウに伝播させたくないときに使うやつ
  • React

    Create user interfaces from componentsReact lets you build user interfaces out of individual pieces called components. Create your own React components like Thumbnail, LikeButton, and Video. Then combine them into entire screens, pages, and apps.

    React
    kurenai7
    kurenai7 2014/01/06
  • アイコンフォントを選んで作ることができるウェブサービス「Fontello」

    前回の記事でアイコンフォントの紹介をしました。 でも、アイコンフォントって自分の欲しいアイコンが含まれていなかったりで、こっちのこれとそっちのこれと…といくつもダウンロードしなきゃならなかったりします。それを解決するのがFontelloというサイトです。 簡単に言うと、このサイトを利用すると、複数のアイコンフォントから自分が必要なものだけを取り出して、入力キーと表示されるアイコンの組み合わせも自由に決めて、1つのフォントとしてダウンロードすることができます。 なんて便利! 簡単に利用方法を説明します。 まずはFontelloにアクセスします。 フォントごとにたくさんアイコンが並んでいます。それぞれライセンスについても書かれていますが、さすがに個人で個人内で完結するものに関しては大丈夫だと思います。 自分がほしいアイコンをクリックします。ピンクの枠で囲まれるので、どんどんクリックしていきます

    アイコンフォントを選んで作ることができるウェブサービス「Fontello」
    kurenai7
    kurenai7 2014/01/06