タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

JavaScriptとpluginとlibraryに関するwackyのブックマーク (173)

  • ウノウラボ Unoh Labs: 簡単Ajaxライブラリ「jQuery」と便利なプラグインたち

    GT Nitro: Car Game Drag Raceは、典型的なカーゲームではありません。これはスピード、パワー、スキル全開のカーレースゲームです。ブレーキは忘れて、これはドラッグレース、ベイビー!古典的なクラシックから未来的なビーストまで、最もクールで速い車とカーレースできます。スティックシフトをマスターし、ニトロを賢く使って競争を打ち破る必要があります。このカーレースゲームはそのリアルな物理学と素晴らしいグラフィックスであなたの心を爆発させます。これまでプレイしたことのないようなものです。 GT Nitroは、リフレックスとタイミングを試すカーレースゲームです。正しい瞬間にギアをシフトし、ガスを思い切り踏む必要があります。また、大物たちと競いつつ、車のチューニングとアップグレードも行わなければなりません。世界中で最高のドライバーと車とカーレースに挑むことになり、ドラッグレースの王冠

    ウノウラボ Unoh Labs: 簡単Ajaxライブラリ「jQuery」と便利なプラグインたち
    wacky
    wacky 2007/06/01
    jQueryのプラグイン7種類を紹介。prototype.jsとの衝突を避ける方法。
  • rikrikrik: shortKeys jQuery plug-in

    Try me! The keyboard shortcuts are: n m Space Space and v v t and y t and u $(document).shortkeys({ 'N': function () { $('#try_me').append('N<br />'); }, 'M': function () { $('#try_me').append('M<br />'); }, 'Space': function () { $('#try_me').append('Space<br />'); }, 'Space+V': function () { $('#try_me').append('Space+V<br />'); }, 'V': function () { $('#try_me').append('V<br />');

    wacky
    wacky 2007/04/24
    ショートカットキーを簡単に実装するjQueryプラグイン。
  • rikrikrik: quickSearch jQuery plug-in

    Examples Usage Options Download Examples Afghanistan Albania Algeria American Samoa Andorra Angola Anguilla Antarctica Antigua and Barbuda Argentina Armenia Aruba Australia Austria Azerbaijan Example uses following code: $('ul#list_example li').quicksearch({ position: 'before', attached: 'ul#list_example', loaderImg: 'loader.gif', focusOnLoad: true }) Option

    wacky
    wacky 2007/04/24
    インクリメンタル検索を簡単に実装するjQueryプラグイン。テーブルやリストをリアルタイムにフィルタリング。
  • rikrikrik: pager jQuery plug-in

    <div id="example1"> <div><p>Lorem ipsum...</p></div> <div><p>Donec ultricies...</p></div> </div> Donec ultricies lectus. Cras nonummy, enim ac iaculis blandit, diam quam accumsan diam, ut faucibus nisi lorem non est. Proin convallis. Fusce malesuada lectus sed dui. Curabitur nec massa a arcu ullamcorper tincidunt. Nulla mattis, orci a tincidunt sollicitudin, orci eros porta tellus, lobortis ali

    wacky
    wacky 2007/04/24
    ページャー付きのページ分割表示を簡単に実装するjQueryプラグイン。
  • jQuery history plugin

    THIS PLUGIN IS NO LONGER MAINTAINED! (2012-02-25) Please use other plugins like jQuery hashchange. About jQuery history jQuery history plugin helps you to support back/forward buttons and bookmarks in your javascript applications. You can store the application state into URL hash and restore the state from it. Download jquery.history.js Supported browsers Internet Explorer 6, 7, and 8+ Safari 4 an

    wacky
    wacky 2007/04/06
    Ajaxアプリケーションでブラウザの「戻る」「進む」ボタンを使えるようにするjQueryプラグイン。MITライセンス。(→ 動作原理: http://blog.mikage.to/mika/2007/04/jquery_history_b2f1.html
  • glayer_ex.js - glayer.jsの拡張

    glayer.jsを拡張して、+αを提供するためのglayer_ex.jsを公開するためのページです。 glayer.js - グレーアウト表示ライブラリ glayer.jsだけでは、グレーアウトしか出来ないので、実際に組み込む際には+αが必要になる場合が多く、その+αを1つのライブラリとして汎用的なものにまとめました。 このライブラリを使わないにしても、glayer.jsを使用例として役に立つのではと思います。 なお、こういった機能があるとうれしい!とか、ここ動かないよ!とかいったコメントがありましたら、下記Blogでコメントいただけたら幸いです。 Enjoy*Study - glayer.jsを拡張したサンプルを公開しました ソース Ver 1.1 : 2008/04/02 glayer_ex.js glayer_ex.css 使用方法 glayer.jsで提供しているファイルに上記2

    wacky
    wacky 2007/04/05
    ページをグレーアウトするglayer.jsの拡張ライブラリ。グレーアウトと組合わせる処理を汎用化する(予定)。要glayer.js。
  • Prototypde.Tidbits

    Prototype.Tidbits Odds and ends for Prototype.js Usage Click on the link above to download the source, include it after you have included the main prototype.js file, and then you can use any of the methods below: document.getElementsByAttribute() , Element.getElementsByAttribute() You can use this method to select DOM nodes that contain attributes of your choosing. They can be valid or custom attr

    wacky
    wacky 2007/03/28
    prototype.js拡張ライブラリ。getElementsByAttribute、Cookie処理、ブラウザ環境取得など。MITライセンス。
  • jQuery Pseudo Plugin (:before and :after in Internet Explorer)

    A jQuery plugin for :before and :after in Internet Explorer. Pseudo-who? CSS2's :before and :after pseudo-selectors are really handy ... but they don't work in Internet Explorer. Nope, not even IE7. I bet you're thinking: "But what if we used as many proprietary Microsoft features as possible all at the same time, that'll show 'em!" And you know what? You're absolutely right. You've just gotta lov

    wacky
    wacky 2007/03/22
    IE5.5+で:before/:after擬似要素セレクタを有効にするjQueryプラグイン。CSSの記述方法に注意。
  • jQuery Flash Plugin

    A jQuery plugin for embedding Flash movies. Features Simple, but powerful. Specify what you need, and nothing more -- sensible defaults take care of the rest. $('#hello').flash({ src: 'hello.swf', width: 320, height: 240 }); Perform sophisticated replacements by passing a custom callback. $('.custom').flash(null, null, function(htmlOptions){ // do stuff }); Overwrite the defaults to always to meet

    wacky
    wacky 2007/03/22
    JavaScriptから簡単にFlashを表示できるようにするjQueryプラグイン。
  • jmblog.jp - Lightbox JS v2.0 shortcut keys add-on

    [追記 2007-04-12] Lightbox 2 が v2.03 にバージョンアップして、キーボードショートカットの機能が改善されました。右カーソル、左カーソルでの移動が可能になり、Escキーで閉じることができるようになっています。ということで、このスクリプトは無用の長物と相成りました・・・ Lightbox JS v2.0 という画像をかっこよく表示させる有名なスクリプトがあります。複数の画像を「Image Set」として用意するとスライドショーが作成され、キーボードで前後に移動することができるのですが、nキーとpキーでしか移動できないので、あまり感覚的ではありません。そこで、カーソルキーでも移動できるようにしてユーザビリティを向上させるスクリプトを作成してみました。 Lightbox JS v2.0 shortcut keys add-on »sample 使い方はカンタン。Lig

    wacky
    wacky 2007/03/11
    Lightbox JSのスライドショーをカーソルキーでも移動できるようにするアドオンスクリプト。標準のショートカットキーn/pよりも直感的。
  • ページを半透明

    Overview The jQuery BlockUI Plugin lets you simulate synchronous behavior when using AJAX, without locking the browser[1]. When activated, it will prevent user activity with the page (or part of the page) until it is deactivated. BlockUI adds elements to the DOM to give it both the appearance and behavior of blocking user interaction. Usage is very simple; to block user activity for the page: $.bl

    wacky
    wacky 2007/03/04
    ページ全体や指定要素へのクリックをブロックするjQueryプラグイン。
  • 404 Not Found - 澳门威尼斯人线上娱乐

    澳门威尼斯人线上娱乐互动程度位居中文论坛前列澳门威尼斯人线上娱乐是华人网络世界里最为著名的社会、人文论坛板块之一

    wacky
    wacky 2007/03/04
    Webフォームにスターレーティング(星の数で評価)のインタフェースをつけるjQueryプラグイン。
  • devjax.com - Registered at Namecheap.com

    2023 Copyright. All Rights Reserved. The Sponsored Listings displayed above are served automatically by a third party. Neither Parkingcrew nor the domain owner maintain any relationship with the advertisers. Privacy Policy

    wacky
    wacky 2007/02/01
    prototype.js、RICO、script.aculo.usのための拡張ライブラリ。WYSIWYGエディタやDOM拡張など。