e.target 是目标对象,e.event是目标所发生的事件,event.srcElement捕获当前事件作用的对象1. 1 $(function(){ 2 $("li:has(ul)").click(function(e){ 3 if(this==e.target){ 4...
分类:
其他好文 时间:
2014-09-23 12:14:54
阅读次数:
240
dd a system wide windows explorer button " Edit with Sublime" similar to how Notepad++ does it or some other editors?See attached screenshot. (I know ...
分类:
其他好文 时间:
2014-09-23 00:42:04
阅读次数:
272
代码: /// /// Excel文件导入 /// /// /// protected void btnUpload_Click(object sender, EventArgs e) { ...
分类:
其他好文 时间:
2014-09-22 18:48:22
阅读次数:
283
用JQUERY给IMG element绑定click事件的时候,直接用img.click(function(){...})不起作用,如下面代码$("img.ms-rteImage-LightBox").click(function(){SP.UI.ModalDialog.showModalDialo...
分类:
Web程序 时间:
2014-09-22 18:27:42
阅读次数:
221
菜单点击高亮效果:$(function () { $("#asideNavUl li").click(function () { $("li[class='on']").removeAttr("class"); $(this).addClass("on"); ...
分类:
Web程序 时间:
2014-09-22 18:06:32
阅读次数:
172
private function arrCmp($a,$b){if($a['day_time'] == $b['day_time']){return 0;}return($a['day_time'] Array ( [day_time] => 1291161600 [one_sum_click_nu...
分类:
其他好文 时间:
2014-09-22 14:48:22
阅读次数:
185
protected void Button1_Click(object sender, EventArgs e) { if (Regex.IsMatch(TextBox1.Text.Trim(), @"^\d{7,11}$")) { string num = TextBox1.Text.Trim()...
分类:
移动开发 时间:
2014-09-22 13:45:22
阅读次数:
177
目前Afinal主要有四大模块: FinalDB模块:android中的orm框架,一行代码就可以进行增删改查。支持一对多,多对一等查询。 FinalActivity模块:android中的ioc框架,完全注解方式就可以进行UI绑定和事件绑定。无需...
分类:
其他好文 时间:
2014-09-21 15:03:51
阅读次数:
354
本文转载自:http://blog.csdn.net/jcodeer/article/details/1823544''Tkinter教程之Event篇(1)'''#事件的使用方法'''1.测试鼠标点击(Click)事件'''#-*-coding:cp936-*-#:鼠标左击事件#:鼠标中击事件#:...
分类:
其他好文 时间:
2014-09-21 14:34:00
阅读次数:
255
本文转载自:http://blog.csdn.net/jcodeer/article/details/1823550'''Tkinter教程之Event篇(3)''''''11.两个事件同时绑定到一个控件'''#-*-coding:cp936-*-#bind:将事件与处理函数#将两个事件绑定为同一个...
分类:
其他好文 时间:
2014-09-21 13:41:40
阅读次数:
269