码迷,mamicode.com
首页 >  
搜索关键字:click    ( 10709个结果
C# 无损图片压缩—— 基于Framework.40 类库实现
转载来自:http://write.blog.csdn.net/postedit/7715729一、测试代码 private void button1_Click(object sender, EventArgs e) { string newSourcePath = ImgPath;//源图存.....
分类:其他好文   时间:2014-07-07 12:36:28    阅读次数:288
JS关闭当前窗口
function logOut() { $('#logging-out').on('click', function () { stopPreventDefault(); $.messager.confirm('安全提示', '是否退出系统?', function ...
分类:Web程序   时间:2014-07-07 10:23:01    阅读次数:242
Web Service(1):用Web Service实现客户端图片上传到网站
由于项目需要,通过本地客户端,把图片上传到网站.通过webservice.这是客户端代码: 1 private void btnimg_Click(object sender, EventArgs e) 2 { 3 this.yanzheng()...
分类:Web程序   时间:2014-07-07 09:36:25    阅读次数:199
NGUI 学习笔记之一 ScrollView
一、createScrollView1、First, select the panel you want to be your scroll view and right-click anywhere in the Scene View to bring up the context menu, t...
分类:其他好文   时间:2014-07-03 20:46:51    阅读次数:278
unigui组件中client javascript delphi组件之间的操作
UniLabel组件:function OnClick(sender, e){ MainForm.UniLabel1.setText('Click!');}function Onmousemove(sender, x, y){ MainForm.UniLabel1.setPosition(x, .....
分类:编程语言   时间:2014-07-03 20:12:11    阅读次数:477
jquery click & get value of attributes of a href
http://stackoverflow.com/questions/6625667/jquery-click-get-value-of-attributes-of-a-href/* Add a listner to Group buttons */ $('a.preActNav').clic...
分类:Web程序   时间:2014-07-02 20:22:43    阅读次数:302
event.preventDefault()
event.preventDefault demo default click action is prevented
分类:其他好文   时间:2014-07-02 19:50:51    阅读次数:198
下拉框点链接js
$("#input_text").click(function(){ $("#input_fonts").show();});$("#input_fonts").hover( function () { $(this).show(); }, function () { $(thi...
分类:Web程序   时间:2014-07-02 19:45:42    阅读次数:208
jquery
$(function () {$('.out').click(function () { $('#box').fadeOut('slow'); }); $('.in').click(function () { $('#box').fadeIn('slow'); }); $('.toggle')...
分类:Web程序   时间:2014-07-02 18:13:05    阅读次数:231
LeetCode: Reverse Words in a String [151]
【题目】 Given an input string, reverse the string word by word. For example, Given s = "the sky is blue", return "blue is sky the". click to show clarification. Clarification: What constitutes a word? A sequence of non-space characters constitutes a word....
分类:其他好文   时间:2014-07-02 08:34:34    阅读次数:170
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!