javascript
文章平均质量分 73
cyhgohappy
这个作者很懒,什么都没留下…
展开
-
客户端存储数据工具库-PersistJS
I just released PersistJS, a client-side JavaScript persistent storage library. Features include:Small (9.3k minified, 3k gzipped) Standalone: Does not need any additional browser plug原创 2008-08-20 09:59:00 · 588 阅读 · 0 评论 -
jQuery禁止回车
//禁止回车事件响应 $(this).keydown( function(e) { var key = window.event?e.keyCode:e.which; //alert(key.toString()); if(原创 2008-08-27 11:22:00 · 2713 阅读 · 0 评论