码迷,mamicode.com
首页 >  
搜索关键字:disabled    ( 2057个结果
jquery选择器之表单选择\表单对象属性
:input 匹配所有input标签 :text 匹配所有单行文本框 :password 匹配所有密码框 :radio 匹配所有单选扭 :checkbox 匹配所有复选框 :image 匹配所有图像域 :reset 匹配所有重置按扭 :button 匹配所有按扭 :file 匹配所有文件域 示例代码 ...
分类:Web程序   时间:2016-12-18 12:42:06    阅读次数:156
Ubuntu 常用配置
2.goldendict # enable youdao onlie dictory. http://www.cppblog.com/Onway/archive/2012/10/22/193668.html 3.gsettings gsettings set org.compiz.scale:/or... ...
分类:系统相关   时间:2016-12-18 09:41:01    阅读次数:533
Windows下Python中pip安装Pillow报错总结(转载)
遇到的俩种错误1.ValueError: zlib is required unless explicitly disabled using --disable-zlib, aborting 问题原因未知,博主尝试了一下解决方案可以解决问题。博主PC 是 Pthon3.4.3-win32pip in... ...
分类:编程语言   时间:2016-12-17 16:37:35    阅读次数:967
js实例1选择按钮
<body> <input type="checkbox" id="ck" onclick="xiugai()" />同意<input type="button" value="注册" id="btn" disabled="disabled" /> </body><script type="text ...
分类:Web程序   时间:2016-12-16 22:14:38    阅读次数:188
centos7 编译安装lamp
系统:centos7软件版本:php-7.1.0+mysql-boost-5.7.16+httpd-2.4.23一、linux系统限制配置1、关闭系统防火墙systemctlstopfirewalld.service关闭防火墙 systemctldisablefirewalld.service禁用防火墙2、关闭SElinuxsed-i‘s/SELINUX=.*/SELINUX=disabled/g‘/etc/selinux/config..
分类:其他好文   时间:2016-12-16 20:05:49    阅读次数:271
按钮60秒倒计时
var wait = 60; function timeDown(obj){ if( wait === 0 ){ obj.removeAttribute('disabled'); obj.value = "获取验证码"; wait = 60; }else{ obj.setAttribute('dis... ...
分类:其他好文   时间:2016-12-16 09:55:22    阅读次数:110
CentOS 7.0源码包搭建LNMP 实际环境搭建
Centos7+Nginx1.11.7+MySQL5.7.16+PHP7.1.0+openssl-1.1.0c一、linux系统限制配置1、关闭系统防火墙systemctlstopfirewalld.service关闭防火墙 systemctldisablefirewalld.service禁用防火墙2、关闭SElinuxsed-i‘s/SELINUX=.*/SELINUX=disabled/g‘/etc/selinux/config setenfor..
分类:其他好文   时间:2016-12-16 02:05:26    阅读次数:350
CentOS 7.包搭建LNMP
Centos7+Nginx1.11.7+MySQL5.7.16+PHP7.1.0+openssl-1.1.0c一、linux系统限制配置1、关闭系统防火墙systemctlstopfirewalld.service关闭防火墙 systemctldisablefirewalld.service禁用防火墙2、关闭SElinuxsed-i‘s/SELINUX=.*/SELINUX=disabled/g‘/etc/selinux/config setenfor..
分类:其他好文   时间:2016-12-16 01:56:00    阅读次数:223
javascript判断input框只能输入数字的方法
javascript 只允许输入数字有很多方法,总结如下1,只允许输入数字和小数点。 2,判断的更详细一些,甚至22..2这样不算数字也判断得出来 3,只允许输入整数。其实也完全可以根据第三条来举一反三做一些限制。 4,只能是数字 结语,其实style="ime-mode:Disabled这句是比较 ...
分类:编程语言   时间:2016-12-15 20:38:46    阅读次数:210
css3复杂选择器+内容生成+Css Hack
1、复杂选择器2、内容生成3、多列4、CSS Hack(浏览器兼容性) 1、复杂选择器 1、兄弟选择器 1、特点: 1、通过位置关系来匹配元素(平级) 2、只能向后找,不能向前找 2、兄弟选择器-相邻兄弟选择器 1、什么是相邻兄弟 紧紧挨在一起的元素,称之为相邻兄弟 <div id="d1"></d ...
分类:Web程序   时间:2016-12-15 11:09:39    阅读次数:293
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!