摘要: 首先需要调用md5解析的js文件。(右击-目标另存为方式下载)http://files.cnblogs.com/files/colinliu/md5.js加密方法参考: 阅读全文
posted @ 2015-09-15 11:31 Colin.liu 阅读(4995) 评论(2) 推荐(0)
摘要: 注:这个需要jquery文件来提示支持,所以需要先调用Jquery。效果: 阅读全文
posted @ 2015-09-15 11:26 Colin.liu 阅读(1198) 评论(0) 推荐(0)
摘要: Jquery控制滚动显示欢迎字幕: 参考代码: <!DOCTYPE html> <html> <head> <title>Colin Marquee Welcome</title> <meta name="description" content=" Colin Marquee Welcome" / 阅读全文
posted @ 2015-09-15 09:38 Colin.liu 阅读(1710) 评论(0) 推荐(0)
摘要: Login页面设置Cookie: <script type="text/javascript"> if(json.result=="true") { if($("input[type='checkbox']").is(':checked')) {setCookie('sapid',json.zsta 阅读全文
posted @ 2015-09-15 09:14 Colin.liu 阅读(867) 评论(0) 推荐(0)