01 2014 档案
摘要:普通文本框语音识别文本框改变语言属性 lang="zh-CN"
阅读全文
摘要:-ms- IE-moz- FF-webkit- Safari-chrome- Chrome-o- Opera-khtml- Konqueror
阅读全文
摘要:()、!、~、++ --、+-(单目)、sizeof、*/%、+-、>> =、== !=、&&、||、?:、=、,
阅读全文
摘要:选择器实例选取*$("*")所有元素#id$("#lastname")id="lastname" 的元素.class$(".intro")所有 class="intro" 的元素element$("p")所有 元素.class.class$(".intro.demo")所有 class="intro" 且 class="demo" 的元素:first$("p:first")第一个 元素:last$
阅读全文
摘要:1、服务器控件中不能有语法2、asp.net下特有的,它是控件数据绑定的语法,且必须要调用该控件的DataBind()方法才执行Server Control:">Client Control:" /> protected string text;//注意这里必须申明为public或protected,否则aspx页面(子类)无法访问 protected void Page_Load(object sender, EventArgs e) { if (!Page.IsPostBack) { t...
阅读全文
摘要:1、禁用页面的右键菜单$(document).ready(function(){ $(document).bind("contextmenu",function(e){ return false; }); });2、新窗口打开页面$(document).ready(function(){ $('a[href^="http://"]').attr("target","_blank"); $("a[rel$='external']").click(function()
阅读全文
摘要:1、奇/偶选择.row:nth-child(even){ background:#color;} .row:nth-child(odd){ background:#color;} 2、通过属性选择input[type="text"]{ background:#color } 3、反选:not(.box){ color:#color;} :not(span){ display:block;}4、其他h2:first-child{...}div.text>div{...}h2+header{...}
阅读全文

浙公网安备 33010602011771号