asp.net本地和全局资料文件的读取方法
摘要:<%$ Resources:key %>this.GetLocalResourceObject();meta:resourcekey="Button1Resource1"<%$ Resources:WebResources, Button1Caption %>this.GetGlobalResourceObject()
阅读全文
posted @
2010-11-08 15:35
三聪
阅读(248)
推荐(0) 编辑
jquery实现点击空白的事件
摘要:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->//点击空白扩展jQuery.fn.extend({clickOther:function(){if(window.click_other==null){window.click_other=newArray();}window.click_other.push({target:this,func:arguments[0]});$(document.body).click(function(e)
阅读全文
posted @
2010-11-04 15:45
三聪
阅读(1186)
推荐(0) 编辑