2012-04-29から1日間の記事一覧

localstorageに画像を保存して、再利用してくれるjquery pluginを書いてみた。

https://github.com/rozary/js-jquery-storage-image <script src="./jquery.min.js"></script> <script src="./jquery.storage.image.js"></script> <script type="text/javascript"> $(function() { $("#img1").storageImage("image.png"); }); </script> <img id="img1" /> ちょいちょい端折ってるけれど。imgタグにidをいれて、 そのdomにstorageI…