jQuery.locationHashをjQuery公式pluginページに追加

HTML5では不要になりそうな技術なので、そこまで必要じゃない気がする・・・?とは思いながらも最近plugin書けていないですし、これが多分一番有用なものな気がするので・・・。

最近jQuery公式サイトに追加されたjQuery pluginjQuery.locationHashを追加しておきました。

一体何に使えるものなのかすげーわかりにくいのが良くないところ・・・。
とりあえずここに載せる作業自体はかなり簡単でした。やりかたはここに。

要はこんなjsonファイルをgithubにupするだけです。

{
    "name": "locationHash",
    "title": "jQuery.locationHash",
    "description": "Library to be able to treat like a parameter to get location.hash.",
    "keywords": ["location.hash","ajax"],
    "version": "1.0.0",
    "author": {
        "name": "manji6",
        "url": "http://manjiro.net/"
    },
    "dependencies": {
        "jquery": ">=1.4.1"
    },
    "licenses": [{
        "type": "MIT",
        "url": "http://opensource.org/licenses/mit-license.php"
    }],
    "docs": "http://manjiro.net/jquery-plugin/jquery-locationhash",
    "files": "src/jquery.locationhash.js"
}

Comments

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です