2013年1月10日

javascript 实现MD5加密,sha1加密,crc32加密

摘要: md5 1 md5.js 2 3 /* 4 * A JavaScript implementation of the RSA Data Security, Inc. MD5 Message 5 * Digest Algorithm, as defined in RFC 1321. 6 * Version 2.1 Copyright (C) Paul Johnston 1999 - 2002. 7 * Other contributors: Greg Holt, Andrew Kepert, Ydnar, Lostinet 8 * Distributed under ... 阅读全文

posted @ 2013-01-10 15:25 jQing 阅读(645) 评论(0) 推荐(0) 编辑

仅IE9/10/(Opera)同时支持script元素的onload和onreadystatechange事件(转)

摘要: 转自:http://www.cnblogs.com/snandy/archive/2011/04/26/2029537.html 1 <!DOCTYPE HTML> 2 <html> 3 <head> 4 <meta charset="utf-8"> 5 <title>IE9/10同时支持script元素的onload和onreadystatechange事件</title> 6 <script src="http://code.jquery.com/jquery.min.js" 阅读全文

posted @ 2013-01-10 14:46 jQing 阅读(216) 评论(0) 推荐(0) 编辑

导航