html <div>
????<span?id="show_info">正在发送升级命令,请勿刷新页面!</span>
????<span?id="timedown"></span>
</div> javascript function?checkTimeDown(time)
{
????var?timeId;
????...
分类:
其他好文 时间:
2014-10-23 16:30:33
阅读次数:
138
body{margin:0;padding:0;}
div{width:100px;height:100px;background:red;position: absolute;left:0;}
span{width:0;height:600px;position:fixed;left:600px;top:0;border-left:1px solid red;...
分类:
Web程序 时间:
2014-10-21 17:45:09
阅读次数:
150
一,匹配单一的嵌套标签我是一层 我是二层div 我是三层div 在Regex Tester中测试结果:]*>[^]*>)[^)[^二,修改的嵌套div正则,可包含其它标签我是一层 我是二层div 我是三层div 我是span呀我是ul呀 在Regex Tester中测试结果:]*>[\s\S]*?(...
分类:
Web程序 时间:
2014-10-20 16:53:17
阅读次数:
205
bootstrap 2.3版与3.0版重要类的改变对比Bootstrap 2.xBootstrap 3.0.container-fluid.container.row-fluid.row.span*.col-md-*.offset*.col-md-offset-*.brand.navbar-bran...
分类:
其他好文 时间:
2014-10-20 16:46:41
阅读次数:
158
常见的块级元素包括:div、blockquote、列表元素(dl、ol、ui)、fieldset、form、h1-h6、hr、p、pre、table等。内嵌元素包括:span、a、img、label、所有表单输入元素、iframe、object等。
分类:
其他好文 时间:
2014-10-20 00:34:54
阅读次数:
278
利用less写css一下是less写法:#div{ color:red; .span{ border:none; .btn-1, ....
分类:
其他好文 时间:
2014-10-19 21:14:35
阅读次数:
194
jQuery.parent(expr) 找父亲节点,可以传入expr进行过滤,比如$("span").parent()或者$("span").parent(".class")jQuery.parent().parent() 如此接起来也行jQuery.parents(expr),类似于jQuery....
分类:
Web程序 时间:
2014-10-17 10:01:00
阅读次数:
553
<!DOCTYPEhtml>
<html>
<head>
<metacharset="UTF-8">
<title>Inserttitlehere</title>
<styletype="text/css">
div,span,p{
width:140px;
height:140px;
margin:5px;
background:#aaa;
border:#0001pxsolid;
float:left;
fo..
分类:
Web程序 时间:
2014-10-16 23:12:14
阅读次数:
298
spanjs对其赋值document.getElementById('s1').innerHtml="value";后台获取时:s1.innerHtml的值始终为span,但是页面上其显示值已经为value。查看源代码后发现span标签中的值仍然是span。换了Jquery,$("#s1").inn...
分类:
Web程序 时间:
2014-10-16 22:33:03
阅读次数:
231
<!DOCTYPEhtml>
<html>
<head>
<metacharset="UTF-8">
<title>Inserttitlehere</title>
<styletype="text/css">
div,span,p{
width:140px;
height:140px;
margin:5px;
background:#aaa;
border:#0001pxsolid;
..
分类:
Web程序 时间:
2014-10-16 21:34:04
阅读次数:
241