在有了javascript基础后开始学习的jquery,水平很菜,但还是想把我日常学习中发现的一些之前不太理解的东西后来有了一些了解的东西写出来与大家分享,如果有不对的地方也欢迎各位大神指正。 jquery中选择器中(:button)在W3Cshcool中的解释是【选取所有 type="butto....
分类:
Web程序 时间:
2015-02-25 12:59:56
阅读次数:
163
示例1:关于事件对象MSIE:window.event, cancelBubble, returnValue,srcElement, button(鼠标按键,1,4,2,左中右)W3C:event, stopPropagation(), preventDefault(), target, butto...
分类:
Web程序 时间:
2015-02-08 15:14:46
阅读次数:
170
之前遇到一种命名要求,强制不使用下划线,全部用驼峰命名法来Mission1GetName();Mission1_GetName();先不说哪种方法好,下面这种缩写的情况。。这种命名要求就SB了Mission1GetWIN32BTNGO();//Mission1 Get WIN32 BTN(Butto...
分类:
其他好文 时间:
2015-01-11 17:32:15
阅读次数:
533
Android中的控件中的ImageButton有着一般Button控件所具有的一般特征,但有一个Image的脸因此可以使用setImageResource(resId);来设定其图片资源。经过测定,Button类组件的获取焦点,即setFocusChange()方法基本没有用,因为一般的Butto...
分类:
移动开发 时间:
2015-01-04 09:49:28
阅读次数:
137
To easily select only the items you want for the checkout and force the resulting working copy to keep only those items, click theChoose items...butto...
分类:
其他好文 时间:
2014-12-06 19:30:19
阅读次数:
135
在这里我用到了视图库里的Navigation Controller导航控制器。
提醒操作主要用到了UIAlertviewDelegate协议中的alertView:clickButtonAtIndex:方法实现,其语法形式如下:
- (void) alertView:(UIAlertView *)alertView clickedButtonAtIndex:(NSInteger)butto...
分类:
移动开发 时间:
2014-12-03 19:20:13
阅读次数:
247
unit Unit1;interfaceuses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls;type TForm1 = class(TForm) Butto...
分类:
其他好文 时间:
2014-10-21 00:42:36
阅读次数:
217
声音播放可以使用cc.audioEngine,需要播放的文件在resource.js中进行添加如:button_press_mp3: "res/audio/press.mp3",然后就可以使用cc.audioEngine进行播放了:cc.audioEngine.playMusic(res.butto...
分类:
Web程序 时间:
2014-10-12 12:43:17
阅读次数:
215
场景:
1. mfc,wtl的原生控件都是通过父窗口拦截 WM_CTLCOLORSTATIC 事件来修改子控件的颜色和背景色,CStatic可以通过返回HOLLOW_BRUSH来绘制透明背景:
m_HollowBrush = AtlGetStockBrush(HOLLOW_BRUSH);
但是如果使用manifest文件使用最新 外观样式的话,返回HOLLOW_BRUSH对checkbox和radio button没有任何效果,原背景还是存在。虽然通过自绘一个checkbox和radio butto...
分类:
其他好文 时间:
2014-09-21 16:54:35
阅读次数:
294
获取鼠标按键// 获取鼠标按键, getButton:function(event) { //DOM,先检测是否支持DOM鼠标事件 if(document,implementation.hasFeature("MouseEvents","2.0")) { return event.butto...
分类:
Web程序 时间:
2014-09-02 11:49:24
阅读次数:
201