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) 编辑