代码改变世界

随笔档案-2011年08月

Jquery 最佳实践

2011-08-30 15:23 by CuiWenKe, 433 阅读, 收藏, 编辑
摘要: Jquery 控制Hover:http://api.jquery.com/hover/#hover1http://api.jquery.com/mouseover/ 阅读全文

jQuery获取浏览器中的分辨率

2011-08-23 16:53 by CuiWenKe, 468 阅读, 收藏, 编辑
摘要: 引用:http://hi.baidu.com/hlt1988321/blog/item/a166f3143594cf0e203f2e35.html<script type="text/javascript">$(document).ready(function() {alert($(window).height()); //浏览器当前窗口可视区域高度alert($(document).height()); //浏览器当前窗口文档的高度alert($(document.body).height());//浏览器当前窗口文档body的高度alert($(docume 阅读全文

asp.net mvc session, filter 应用研究

2011-08-17 15:39 by CuiWenKe, 820 阅读, 收藏, 编辑
摘要: 参考:http://api.jquery.com/ajaxError/http://stackoverflow.com/questions/123726/401-response-code-for-json-requests-with-asp-net-mvchttp://stackoverflow.com/questions/377644/jquery-ajax-error-handling-show-custom-exception-messageshttp://archive.cnblogs.com/a/1814714/http://www.open-china.net/blog/8754 阅读全文

HTML字符实体(Character Entities),转义字符串(Escape Sequence)

2011-08-02 11:08 by CuiWenKe, 214 阅读, 收藏, 编辑
摘要: 来源:HTML转义字符: http://114.xixik.com/character/相关:正则表达式: http://114.xixik.com/regex/ 阅读全文
点击右上角即可分享
微信分享提示