jQuery获取Select选择的Text和Value:语法解释:1. $("#select_id").change(function(){//code...}); //为Select添加事件,当选择其中一项时触发2. var checkText=$("#select_id").find("opti...
分类:
Web程序 时间:
2014-08-21 09:41:43
阅读次数:
176
操作
Change operations:
0 a b change all characters into '0's in [a , b]
1 a b change all characters into '1's in [a , b]
2 a b change all '0's into '1's and change all '1's into '0's in [a, b]
Out...
分类:
其他好文 时间:
2014-08-20 12:36:52
阅读次数:
392
Problem DescriptionThere are a bunch of stones on the beach; Stone color is white or black. Little Sheep has a magic brush, she can change the color o...
分类:
其他好文 时间:
2014-08-20 12:11:22
阅读次数:
209
微软近期Open的职位:Job Description:ResponsibilitiesDo you want to change the way the world interacts with computers? Do you want to be part of a team that pu...
分类:
其他好文 时间:
2014-08-20 02:31:05
阅读次数:
318
Coin Change
Time Limit: 1000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)
Total Submission(s): 13500 Accepted Submission(s): 4510
Problem Description
Suppose there...
分类:
其他好文 时间:
2014-08-19 20:54:35
阅读次数:
292
jQuery("#select_id").change(function(){}); // 1.为Select添加事件,当选择其中一项时触发 var checkValue = jQuery("#select_id").val(); // 2.获取Select选中项的Value var checkTe...
分类:
Web程序 时间:
2014-08-19 20:38:05
阅读次数:
195
sshd问题:A protocol error occurred. Change of username or service not allowed在研究Linux安全的时候遇到一个问题,原本打算修改linux直接远程root登陆,修改为sshd的配置文件后Nano /etc/ssh/sshd_c...
分类:
其他好文 时间:
2014-08-19 18:08:35
阅读次数:
411
如题,解决办法的代码如下:1.$('#fileId').live('change',function(){ //逻辑添加.... }); 2.$('#fileId').change(function(){$('#inputFileID').replaceWith('');});
分类:
Web程序 时间:
2014-08-19 14:22:54
阅读次数:
202
我们知道IE6是不支持透明的PNG的,这无疑限制了网页设计的发挥空间. 然而整个互联网上解决这个IE6的透明PNG的方案也是多不胜数,从使用IE特有的滤镜或是expression,再到javascript+透明GIF替代.但是这些方法都有一个缺点,就是不支持CSS中backgrond-positi...
分类:
其他好文 时间:
2014-08-18 14:13:22
阅读次数:
171
Install Nginx, PHP 5.5.15 and PHP-FPM on Fedora 20/19/18/17, CentOS 7/6.5/5.10, Red Hat (RHEL) 7/6.5/5.10 1. Change to root user. su 2. Install needed repositories CentOS 7/6.5/5.10 and Red Hat (RH...
分类:
Web程序 时间:
2014-08-17 18:42:42
阅读次数:
587