タグ

jqueryとpluginに関するcoppieeeのブックマーク (4)

  • jQueryでクエリ文字列をとりだす - natu_nの日記

    prototype.jsの場合は var para = document.location.search.substr(1).toQueryParams(); if (para['hoge']){ // hageが存在したとき } else { // hogeが存在しないとき } なんてサラっと書けるがjQuery単体では同様な機能がないので、http://plugins.jquery.com/project/query-objectを使用する var bar = $.query.get('foo'); if (bar){ // barが存在したとき } else { // barが存在しないとき } 余談、最初このPluginの存在を知らなくてprototype.jsを一緒に読み込ませようとしたけど他のPluginがjQuery.noConflictに対応してなくて残念な結果に

    jQueryでクエリ文字列をとりだす - natu_nの日記
  • jQuery用データビジュアライズ用プラグイン「jQuery Visualize Plugin」:phpspot開発日誌

    jQuery用データビジュアライズ用プラグイン「jQuery Visualize Plugin」 2009年07月09日- jQuery Visualize Plugin: Accessible Charts & Graphs from Table Elements using HTML 5 Canvas | Filament Group, Inc., Boston, MA jQuery用データビジュアライズ用プラグイン「jQuery Visualize Plugin」。 グラフ描画用の仕組みは多数ありますが、jQueryプラグインで簡単&使いやすい上に、デザイン性もなかなか高いグラフが描画できます。 クリックで編集可能なテーブル表示 デザイン性の高い棒グラフ 同様に、デザイン性の高い線グラフ 円グラフ 色やサイズなんかもオプションで自由に調整可能みたい。 ブラウザ上でのパラメータ調整画面

  • j-carousellite

    jCarousel Lite is a jQuery plugin that carries you on a carousel ride filled with images and HTML content. Put simply, you can navigate images and/or HTML in a carousel-style widget. It is super light weight, at about 2 KB, yet very flexible and customizable to fit most of our needs. As if that wasn't enough, the best part is yet to come... You don't need any special CSS file or class name to get

  • jQuery SWFObject

    Skip to main content What is the jQuery SWFObject plugin? The jQuery SWFObject plugin is an addon for jQuery that lets you easily embed flash movies on a page. This plugin gives you the best of both worlds; you get the power of SWFObject within the jQuery API. The latest version, 1.1.1, is based on the latest SWFObject version 2.2. The project was started in 2009 with permission from the SWFObject

  • 1