はてなブックマークアプリ

サクサク読めて、
アプリ限定の機能も多数!

アプリで開く

はてなブックマーク

  • はてなブックマークって?
  • アプリ・拡張の紹介
  • ユーザー登録
  • ログイン
  • Hatena

はてなブックマーク

トップへ戻る

  • 総合
    • 人気
    • 新着
    • IT
    • 最新ガジェット
    • 自然科学
    • 経済・金融
    • おもしろ
    • マンガ
    • ゲーム
    • はてなブログ(総合)
  • 一般
    • 人気
    • 新着
    • 社会ニュース
    • 地域
    • 国際
    • 天気
    • グルメ
    • 映画・音楽
    • スポーツ
    • はてな匿名ダイアリー
    • はてなブログ(一般)
  • 世の中
    • 人気
    • 新着
    • 新型コロナウイルス
    • 働き方
    • 生き方
    • 地域
    • 医療・ヘルス
    • 教育
    • はてな匿名ダイアリー
    • はてなブログ(世の中)
  • 政治と経済
    • 人気
    • 新着
    • 政治
    • 経済・金融
    • 企業
    • 仕事・就職
    • マーケット
    • 国際
    • はてなブログ(政治と経済)
  • 暮らし
    • 人気
    • 新着
    • カルチャー・ライフスタイル
    • ファッション
    • 運動・エクササイズ
    • 結婚・子育て
    • 住まい
    • グルメ
    • 相続
    • はてなブログ(暮らし)
    • 掃除・整理整頓
    • 雑貨
    • 買ってよかったもの
    • 旅行
    • アウトドア
    • 趣味
  • 学び
    • 人気
    • 新着
    • 人文科学
    • 社会科学
    • 自然科学
    • 語学
    • ビジネス・経営学
    • デザイン
    • 法律
    • 本・書評
    • 将棋・囲碁
    • はてなブログ(学び)
  • テクノロジー
    • 人気
    • 新着
    • IT
    • セキュリティ技術
    • はてなブログ(テクノロジー)
    • AI・機械学習
    • プログラミング
    • エンジニア
  • おもしろ
    • 人気
    • 新着
    • まとめ
    • ネタ
    • おもしろ
    • これはすごい
    • かわいい
    • 雑学
    • 癒やし
    • はてなブログ(おもしろ)
  • エンタメ
    • 人気
    • 新着
    • スポーツ
    • 映画
    • 音楽
    • アイドル
    • 芸能
    • お笑い
    • サッカー
    • 話題の動画
    • はてなブログ(エンタメ)
  • アニメとゲーム
    • 人気
    • 新着
    • マンガ
    • Webマンガ
    • ゲーム
    • 任天堂
    • PlayStation
    • アニメ
    • バーチャルYouTuber
    • オタクカルチャー
    • はてなブログ(アニメとゲーム)
    • はてなブログ(ゲーム)
  • おすすめ

    iPhone 17

『www.erichynds.com』

  • 人気
  • 新着
  • すべて
  • Using Deferreds in jQuery 1.5 - Eric Hynds

    36 users

    www.erichynds.com

    Monday, January 31, 2011 Deferreds, new in jQuery 1.5, decouple logic dependent on the outcome of a task from the task itself. They’re nothing new to the JavaScript scene; Mochikit and Dojo have implemented them for some time, but with Julian Aubourg's AJAX rewrite landing in 1.5, deferreds in jQuery was the logical next step. With deferreds, multiple callbacks can be bound to a task's outcome, an

    • 暮らし
    • 2011/02/01 06:26
    • jquery
    • deferred
    • Promise
    • JavaScript
    • ajax
    • *あとで
    • programming
    • A Recursive setTimeout Pattern - Eric Hynds

      3 users

      www.erichynds.com

      Monday, October 18, 2010 Colin Snover wrote a good article about why he thinks setInterval is considered harmful: setInterval ignores errors. If an error occurs in part of your code, it'll be thrown over and over again. setInterval does not care about network latency. When continuously polling a remote server for new data, the response could take longer than the interval amount, resulting in a bun

      • テクノロジー
      • 2011/01/05 17:52
      • JavaScript
      • *program
      • ajax
      • http://www.erichynds.com/examples/jquery-ui-multiselect-widget/demos/

        7 users

        www.erichynds.com

        • テクノロジー
        • 2010/12/18 00:59
        • jquery
        • plugin
        • ui
        • Using <code>$.widget.bridge</code> Outside of the Widget Factory - Eric Hynds

          3 users

          www.erichynds.com

          ← all postsUsing $.widget.bridge Outside of the Widget FactoryWednesday, October 13, 2010 Within jQuery UI's widget factory exists a little method called $.widget.bridge, which acts as a middle man between the object created with $.widget and the jQuery API. Because bridge is a public function you do not need jQuery UI or any other part of the widget factory to use it. This is awesome and i'mma sh

          • テクノロジー
          • 2010/12/17 17:41
          • jQuery
          • ui
          • development
          • JavaScript
          • Tips for Developing jQuery UI 1.8 Widgets - Eric Hynds

            4 users

            www.erichynds.com

            Thursday, April 22, 2010 I'm wrapping up my first jQuery UI widget (see multiselect on GitHub) and thought it would be useful to share some notes I took on the widget factory & widget development in general. I personally found development on the factory to be quite enjoyable; a lot of functionality is available right out the box (custom events, ability to change options after initialization) and i

            • テクノロジー
            • 2010/10/26 18:16
            • jquery
            • ui
            • development
            • JavaScript
            • jQuery UI MultiSelect Widget - Eric Hynds

              12 users

              www.erichynds.com

              Tuesday, July 06, 2010 This is the successor and port of my original jQuery MultiSelect Plugin to a jQuery UI widget. While both will actively be maintained, I highly recommend you use this version over the plugin version. It has a more robust feature set, is faster, and is much more flexible. MultiSelect turns an ordinary HTML select control into an elegant drop down list of checkboxes with theme

              • テクノロジー
              • 2010/09/24 11:46
              • jquery
              • ui
              • form
              • lib
              • plugin
              • dev
              • A jQuery UI Growl/Ubuntu-like Notification Widget | Eric Hynds - Website Developer

                26 users

                www.erichynds.com

                There are about a dozen other plugins out there that do this already, except most seem to come with an enormous footprint: 10-12k of code, X-number of images, and roughly 1000 options to support every plausible use case. For other minimalists like myself out there, here’s one built off the jQuery UI widget factory in approx. 100 lines of code and 100% CSS. In typical widget fashion, this implement

                • 学び
                • 2010/05/13 14:04
                • jquery
                • JavaScript
                • Growl
                • UI
                • plugin
                • jQuery
                • js
                • library
                • CSS
                • jQuery MultiSelect Plugin by Eric Hynds

                  6 users

                  www.erichynds.com

                  This plugin turns an ordinary HTML select control into elegant drop down list of checkboxes, stylable with ThemeRoller. The CSS of this demo page sets all select elements to 200px wide, but examples 2 and 6 override the default width in two different ways. Latest version 0.3 (2/4/2010) Download the source or the minified version, and the CSS file. Follow on GitHub Documentation, blog post, and com

                  • 世の中
                  • 2010/02/04 12:58
                  • jquery
                  • plugin
                  • webdesign
                  • javascript
                  • jQuery MultiSelect Plugin/Widget with ThemeRoller Support | Eric Hynds - Website Developer

                    28 users

                    www.erichynds.com

                    I’ve been working on a multiple select plugin on and off for the past couple months and finally have it stable enough for a first release.  When I started this project my intentions were only to re-factor Cory LaViska’s MultiSelect implementation, but it quickly turned into a complete re-write with a focus on speed and ThemeRoller support.  This plugin turns an ordinary HTML select control into an

                    • 暮らし
                    • 2010/02/04 10:20
                    • jQuery
                    • javascript
                    • form
                    • UI
                    • multiselect
                    • Plugin
                    • プラグイン
                    • フォーム
                    • library

                    このページはまだ
                    ブックマークされていません

                    このページを最初にブックマークしてみませんか?

                    『www.erichynds.com』の新着エントリーを見る

                    キーボードショートカット一覧

                    j次のブックマーク

                    k前のブックマーク

                    lあとで読む

                    eコメント一覧を開く

                    oページを開く

                    はてなブックマーク

                    • 総合
                    • 一般
                    • 世の中
                    • 政治と経済
                    • 暮らし
                    • 学び
                    • テクノロジー
                    • エンタメ
                    • アニメとゲーム
                    • おもしろ
                    • アプリ・拡張機能
                    • 開発ブログ
                    • ヘルプ
                    • お問い合わせ
                    • ガイドライン
                    • 利用規約
                    • プライバシーポリシー
                    • 利用者情報の外部送信について
                    • ガイドライン
                    • 利用規約
                    • プライバシーポリシー
                    • 利用者情報の外部送信について

                    公式Twitter

                    • 公式アカウント
                    • ホットエントリー

                    はてなのサービス

                    • はてなブログ
                    • はてなブログPro
                    • 人力検索はてな
                    • はてなブログ タグ
                    • はてなニュース
                    • ソレドコ
                    • App Storeからダウンロード
                    • Google Playで手に入れよう
                    Copyright © 2005-2025 Hatena. All Rights Reserved.
                    設定を変更しましたx