1,依次点击菜单Help-Install New Software,会弹出Install对话框。 2,点击Add按钮下方的"Available Software Sites"链接,进入Preferences对话框中   Available Software Sites项。 3,点击右侧Add按钮,弹出Add Site对话框,在Name中输入Eclipse Monkey,在Location中填入h... Read More
posted @ 2010-12-13 13:31 呵 Views(479) Comments(0) Diggs(0)
第一种:$(document).click(function(e){ //点击任何地方关闭层 if($(e.target).attr("class") != "choose fl") { $ul.hide(); }});第二种貌似更好,最近工作遇到了 记录下来$(document).mouseup(function(e){ if($(e.target).parents(".a").length==0){ $(".b").hide("fast"); }})判断点击是否在指定的元素里面,如果0 则没 Read More
posted @ 2010-12-13 11:42 呵 Views(209) Comments(0) Diggs(0)