码迷,mamicode.com
首页 >  
搜索关键字:event    ( 11031个结果
Custom Properties for Alert Description and Notification(PropertyBag)
Alert Description Variables:For event Rules:EventDisplayNumber (Event ID): $Data/EventDisplayNumber$EventDescription (Description): $Data/EventDescrip...
分类:其他好文   时间:2014-09-02 15:30:54    阅读次数:213
javascript小技巧(非常全)
url:http://blog.csdn.net/chaobeyond/article/details/1449082事件源对象 event.srcElement.tagName event.srcElement.type 捕获释放 event.srcElement.setCapture();eve...
分类:编程语言   时间:2014-09-02 13:58:24    阅读次数:244
jquery处理事件冒泡
Style Switcher Default Narrow Column Large Print 1、事件目标 $(‘#switcher‘).click(function(event){ if(event.target == this){ $(‘#switcher .button‘).toggleClass(‘hidden‘); } }) 确保被单击的元素是 ,...
分类:Web程序   时间:2014-09-02 12:43:24    阅读次数:182
there is issue about change event of checkbox in the ie8 oe ie7
some people said the change event of checkbox can not trigger in the ie7 or ie8,that's not true.this event can trigger in the ie7 or ie8 ,but you can ...
分类:其他好文   时间:2014-09-02 12:09:14    阅读次数:162
make the innerText in the html element can not be selected
approach style="-moz-user-select:none;" onselectstart="javascript:return false;"onselectstart event is for ie
分类:Web程序   时间:2014-09-02 11:56:44    阅读次数:181
搭建自己的base.js(2)-其他事件方法
获取鼠标按键// 获取鼠标按键, getButton:function(event) { //DOM,先检测是否支持DOM鼠标事件 if(document,implementation.hasFeature("MouseEvents","2.0")) { return event.butto...
分类:Web程序   时间:2014-09-02 11:49:24    阅读次数:201
JS验证 只能输入小数点,数字,负数。
' onKeyUp="clearNoNum(event,this)" onBlur="checkNum1XDZDY(this)" onpaste="return false" Visible='' />
分类:Web程序   时间:2014-09-02 09:00:54    阅读次数:220
windows下编译Libevent
下载最新的libevent,目前是libevent-2.0.21-stable.tar.gz修改“D:\libevent-2.0.21-stable\event_iocp.c”、“D:\libevent-2.0.21-stable \evthread_win32.c”、“D:\libevent-2....
分类:Windows程序   时间:2014-09-02 00:02:33    阅读次数:376
操作系统:进程/线程同步的方式和机制,进程间通信
一、进程/线程间同步机制。临界区、互斥区、事件、信号量四种方式临界区(Critical Section)、互斥量(Mutex)、信号量(Semaphore)、事件(Event)的区别1、临界区:通过对多线程的串行化来访问公共资源或一段代码,速度快,适合控制数据访问。在任意时刻只允许一个线程对共享资源...
分类:编程语言   时间:2014-09-01 22:29:43    阅读次数:284
JQuery UI - draggable参数中文详细说明
概述 在任何DOM元素启用拖动功能。通过单击鼠标并拖动对象在窗口内的任何地方移动。 官方示例地址:http://jqueryui.com/demos/draggable/ 所有的事件回调函数都有两个参数:event和ui,浏览器自有event对象,和经过封装的ui对象 ui.hel...
分类:Web程序   时间:2014-09-01 22:26:23    阅读次数:414
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!