jQuery historyプラグインが素敵だったのでサンプル作成

2008.7.1 火曜日

Ajaxで表示しているページに、ブラウザの「戻る」「進む」とブックマークを対応させるjQueryプラグイン

Ajaxでタブ切り替え+リスト表示+ページ切り替えというページを作っていて、
タブやページを切り替えた状態を、アンカーリンクで直接指定できるようにはしてあったんだけど、

「これ、historyの履歴に入れられないかなぁ」
と思って検索してたら、素敵なjQueryプラグインを発見。

history plugin
作者様の記事:みかログ: Ajaxと戻るボタン・ブックマーク

DLページにサンプルがあって、そちらのソースで充分把握できるほど使いやすいプラグインですが、
実働に近い感じのサンプル作ってみたので、置いておきます。

Ajaxで、タブ毎に別のcsvファイルを読み込んでリスト表示。
タブ切り替えをhistoryに入れてブラウザの「戻る」「進む」に対応。

ページ切り替え機能を追加して、ページ毎にhistoryに残るようにしました。

使い方

※予め、アンカーリンク(URLの#以降)を用いて状態が復元できるようにしておく必要があります。

onLoadや$(document).ready等で、

$.historyInit(function);
//function = コールバック関数

を実行して初期化しておき、
アンカーリンクの入ったaタグに、clickイベントで

$.historyLoad(hash);

hash = アンカー文字列
をバインド。

上記のサンプルでは、こうなっています。

  1. $(function(){
  2.     $.historyInit(chgView);
  3.     $('a.tab').click(function(){
  4.         var hash = this.href;
  5.         hash = hash.replace(/^.*#/, '');
  6.         $.historyLoad(hash);
  7.         this.blur();
  8.         return false;
  9.     });
  10. });

コールバック関数は、アンカーの文字列を引数として受け取り、
その文字列に応じて状態を再現するように作ってておけばOK。

上記のサンプルでは、
#chevrolet
#bmw
#aston
で、タブの状態を再現し、

ペ-ジ切り替えがある際は、-(ハイフン)でページ番号を繋いで、
#chevrolet-2
等というアンカーにして、
もしアンカーに-(ハイフン)が入っていたら、分割してタブとページの両方を再現するようになっています。

トラックバックURL

コメント / トラックバック 5 件

  1. Beverly

    Thanks for writing this.

  2. Maro

    >Beverly
    Thank you for comment.
    I wish that this is useful for you.

  3. Halo

    usedsnow blowers com
    squirting cunts at pornhub com
    zero xposure side colorblock down jacket
    big phat black assez
    tube8 chloe doir
    courts mo gov casenet base welcome do
    fakelatino noelia
    richard porter az alpo
    soujaboy powpow
    aylar dianati photo 2006 miss norway
    fresh prince of bellaire lyrics
    crossman 140
    custom 96 impalas
    roadrunner webmail
    ithaca doublebarrel shotgun stocks
    miller furnace oil diagram
    handgun ammo comparison
    coats tire machines
    scratch and dent stores gainesville florida
    pennysaver california

  4. Dominic

    google homes for salemchenry il lake front
    la k buena105 5
    furniture market outlet grand prairie tx
    meri biwi ko chodo
    drawings of atlas the god pictures
    watch icary isave your life
    hawaii wiki live cam
    photos of clutter bodies
    video de sexo porno chichonas
    jenny rivera artwork
    none poisonous spider bites
    nanda diagnosis for depression
    insane children hospital san antonio tx
    tampa bay road runner webmail
    topless dashboard dolls
    how to contract a flesh eating virus
    seymorbutts toys
    gangster joker faces
    decoracion de mesa principal cumpleaños
    paris hiltons pussy upclose

  5. Arnie

    relading ballistic charts
    largestwet cunt
    catchy newspaper phrases
    how to make an elegy poem
    sears scratch and dent appliances palaka fl
    tgif restaurant marlton nj
    nibblez porn
    the undertaker mugen character download
    mayrin villanueva encuerada
    belt diagram for 2004 ford 3
    urethra stimulation
    teenage nudism pageants
    74 gd folks gang signs
    easy harriet tubman worksheets
    how much is 3 ounces of butter
    reynolds grill bags
    penelope menchaca fotos desnudas
    famous black biologists
    eskimo traveler ice shelter
    legacy of kain defiance cheats xbox

コメント