码迷,mamicode.com
首页 >  
搜索关键字:click    ( 10709个结果
如何把两个声音合在一起
如1.wav和2.wav,最后合并为3.wav.---frmMain'这些都不用注释吧,一看就明白。PrivateSubcmdBrowse_Click(IndexAsInteger)'控件数组的妙用,绝吧!:-)WithTheComDlgIfIndex""ThentxtWaveFile(Index)...
分类:其他好文   时间:2014-12-09 12:00:19    阅读次数:274
js实现冒泡事件,点击ul给子标签添加相同事件和阻止冒泡事件
$('#LocalLife_PopUp_layer').find('.SelectCity_Cont ul').click(function(e){ var e=e||window.event; var obj=e.target||e.srcElement; $('#LocalLife_...
分类:Web程序   时间:2014-12-08 17:18:46    阅读次数:167
checkbox全选功能js
$("#CheckAll").click(function() { var checkFlag = $(this).prop("checked"); $("input:checkbox:enabled").each(function() { $(this).prop("checked", check...
分类:Web程序   时间:2014-12-08 15:25:56    阅读次数:131
jquery 队列函数
Click here...
分类:Web程序   时间:2014-12-08 15:16:22    阅读次数:227
解决 Microsoft Excel has stopped working
安装了project 2013后, excel 2013 一打开文件就报这个错,解决方法如下: Step1: Try to repair Office 2013 installation and check if it helps: Click on Start > Control Panel, c...
分类:其他好文   时间:2014-12-08 13:42:03    阅读次数:184
简单工厂模式c#
简单工厂模式c#上简单例子namespace simplefactory{ public partial class Form1 : Form { private void button1_Click(object sender, EventArgs e)//用户层次 { ...
分类:Windows程序   时间:2014-12-08 02:03:52    阅读次数:192
简单工厂模式c#
简单工厂模式c#上简单例子 namespace simplefactory {     public partial class Form1 : Form     {         private void button1_Click(object sender, EventArgs e)//用户层次         {             Operation operatio...
分类:Windows程序   时间:2014-12-07 23:14:21    阅读次数:287
ASP.NET文本框中添加日期选择控件
1.把文件夹拷贝到解决方案里面:2.在前台页面添加对js文件的引用:3.在要使用日历控件的控件添加click事件:(WdatePicker 为主调函数)运行结果:
分类:Web程序   时间:2014-12-07 17:38:08    阅读次数:249
第三课 事件
绑定事件的格式控件名称.事件名称+=要绑定的方法名称例如按钮绑定点击事件 例子btn.Click+=btn_Click; private void btn_Click(object sender, EventArgs e) { }删除事件绑定btn.Click-=btn_...
分类:其他好文   时间:2014-12-06 22:44:23    阅读次数:193
稀疏 部分 Checkout
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!