程序员人生 网站导航

jquery 实现简单tab选项卡效果

jquery 实现简单tab选项卡效果 &lt!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" &gt&lthtml xmlns="http://www.w3.org/1999/xhtml"&gt&lthead&gt&ltmeta http-equ...

div+css 上下左右移动

div+css 上下左右移动 htmld代码&ltdiv id="dengluqian_check_code_image"&gt&ltimg border=0 src="image.jsp"&gt &lt/div&gtcss代码#dengluqian_check_code_image{position:relat...

盒子模型

盒子模型 这个demo有两个文件:hezi.html和box.css。还是老样子,直接上代码:hezi.html&lt!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 4.01 Transitional//EN" "http...

手机访问内网IIS服务器网页的方法

手机访问内网IIS服务器网页的方法 1.下一个wifi共享大师,分享一下热点,将笔记本变成一台无线路由(服务器)(有底层的实现,可参看:http://blog.csdn.net/goodshot/article/details/10217753)...

js遮罩层弹出框

js遮罩层弹出框 昨天公司网站需要弹窗提示一些信息,要我在把弹窗的js代码和弹窗窗口html写在一起哪里需要就调用不说那么多了,直接上代码,感觉肯定会有兼容问题,看到了一定指出呀...

ECharts案例教程1

ECharts案例教程1 p{text-indent:2em;}前端开发whqet,csdn,王海庆,whqet,前端开发专家早上起来闲逛codops,在它的Web Design & Development News: Collective #149 | Codr...

js常见问题

js常见问题 1Js不起作用,直接跳转到actionJs语法有问题2获取不到form 的input内容一开始用:document.getElementById('mail').value不行,得用:document.JSRegistForm.Re...

<add assembly="Microsoft.Office.Tools.Word, Version=10.0.0.0, Culture=ne

<add assembly="Microsoft.Office.Tools.Word, Version=10.0.0.0, Culture=ne Server Error in '/' Application.Configuration ErrorDescription:An error occurred during the processing of a configuration file required to service thi

Backbone.js学习之Model

Backbone.js学习之Model 首先,我们看一下官方文档中对Model的解释(或者说定义):Models are the heart of any JavaScript application, containing the interactive data...

ajax 文件上传

ajax 文件上传 啥也不说了,直接上代码!&ltinput type="file" id="file" name="myfile" onclick="clearProgressInfo()"/&gt&ltspan id="progressInfo" style="display:n...