change事件 <input type="radio" name="rr" value=“1” /> <input type="radio" name="rr" value="2" /> $("input[name='rr']").change(function(){ //执行事件 }); $(" ...
分类:
其他好文 时间:
2017-06-19 14:27:47
阅读次数:
164
原文:http://www.open-open.com/code/view/1430906793866 ...
分类:
编程语言 时间:
2017-06-19 14:26:04
阅读次数:
203
上述代码,是对404的定义,这里注意,有一个HTTPError, HTTPError uses a predefined HTML template to build the body of the response. Instead of using HTTPError you can use r ...
分类:
Web程序 时间:
2017-06-19 14:24:36
阅读次数:
282
原文:http://www.open-open.com/code/view/1420729333515 ...
分类:
Web程序 时间:
2017-06-19 14:22:55
阅读次数:
205
日 期:2014年7月18日 错误描写叙述:虚拟机系统版本号选择错误,导致无法引导进入光盘安装 错误重演: 因为混淆了centos和rehat的版本号概念。错把centos作为一种新的版本号理解了,而因为没有找到相应的版本号,所以选择了"Other Linux"版本号,从而酿下了后患。 正常配置Vb ...
分类:
其他好文 时间:
2017-06-19 14:20:54
阅读次数:
145
jquey select easyui combox 选中 不能通过name属性来选 因为在网页执行前会被编译成textname 1 $('select[name=sex11]').combobox('setValue', data.性别); 表单选择器 :input :text :password ...
分类:
Web程序 时间:
2017-06-19 14:17:47
阅读次数:
390
有时候一个文本框为了强调内容须要显示不同颜色,用下面代码能够轻松实现 方法一:(适用于颜色变化多的情况) //为文本框设置多种颜色 textView=(TextView)findViewById(R.id.text_show); SpannableStringBuilder style = new ...
分类:
移动开发 时间:
2017-06-19 14:17:00
阅读次数:
292
<style> *{margin:0;padding:0;} body{text-align:center;background:#000000;color:#FFFFFF;} h1{margin:30px;font-weight:bold;} hr{margin:20px;} #Btn{width ...
分类:
其他好文 时间:
2017-06-19 13:13:32
阅读次数:
128
<?php//ob_start();header('Content-Type:text/html;charset=utf-8');date_default_timezone_set("Asia/Shanghai"); if (!empty($_COOKIE["lastVisit"])) { echo ...
分类:
其他好文 时间:
2017-06-19 13:11:20
阅读次数:
261
https://developer.apple.com/library/content/documentation/EventHandling/Conceptual/EventHandlingiPhoneOS/DirectingInputtoaSpecificResponder.html#//app ...
分类:
其他好文 时间:
2017-06-19 13:06:45
阅读次数:
110