タグ

jQueryとjquery++に関するokyawaのブックマーク (2)

  • jQuery++のjQuery.event.swipeでスワイプ機能を実装 | briccolog

    jQuery++という、jQueryのヘルパーライブラリ(?)を最近知りました。 クッキーの操作やフォームのパラメータ取得、ドラッグ&ドロップやスワイプなどのイベント処理など、素のjQueryだけでは難しい処理などを拡張してくれるライブラリです。リンク先のページから、必要な機能だけをチェックして「Download」ボタンをクリックすると、選択された機能のコードだけが記述されたjsファイルを取得できます。 今回は、このjQuery++のコンポーネントの一つであるjQuery.event.swipeを使って、スワイプイベントを検知するコードを書いてみました。以下がその実行結果です。 上記ではJSFIDDLEというオンラインサービスを使っている関係で、StealJSを使ってjsファイルを読み込むという方法をとってますが、普通のサイトであればjQuery++からダウンロードしたjquerypp.c

    jQuery++のjQuery.event.swipeでスワイプ機能を実装 | briccolog
  • jQuery++

    Hi, I’m jQuery++. I am a MIT licensed collection of extremely useful DOM helpers and special events for jQuery 1.8 and later. I’m not a UI project like jQuery UI or jQuery Tools. Instead, I’m all about providing low-level utilities for things that jQuery doesn’t support. If Underscore is jQuery’s functional-programming tie, I am jQuery’s bald-spot covering toupee. Select the plugins you want and c

  • 1