上一页 1 2 3 4 5 6 ··· 12 下一页
摘要: 1. 去除页面的右键菜单$(document).ready(function(){ $(document).bind("contextmenu",function(e){returnfalse;});});2、搜索输入框文字的消失当鼠标获得焦点、失去焦点的时候,input输入框文字处理:$(document).ready(function(){ $("input.text1").val("Enter your search text here"); textFill($('input.text1′));});function 阅读全文
posted @ 2012-04-18 14:59 wkylin 阅读(256) 评论(0) 推荐(0) 编辑
摘要: Dimension Zero狂奔的埃里克什么是POM mavenPOM是项目对象模型(Project Object Model)的缩写,下面援引一下百度百科中对于POM的解释定义 Maven是以项目为中心的设计。POM是Maven对一个单一项目的描述。没有POM的话,Maven是毫无用处的——POM是Maven的核心。是POM实现的并驱动了这种以模型来描述的构建方式。POM示例 下面的POM示例,是可能用于构建和测试一个项目的脚本。一个POM是一个XML文档,看起来类似于如下的示例: <project> <modelVersion>4.0.0</modelVers 阅读全文
posted @ 2012-04-18 13:36 wkylin 阅读(276) 评论(0) 推荐(0) 编辑
摘要: http://www.otakustay.com/prefetch-resource/ 阅读全文
posted @ 2012-04-16 23:11 wkylin 阅读(120) 评论(0) 推荐(0) 编辑
摘要: 1 function $import(path,type,title){ 2 var s,i; 3 if(!type) type=path.substr(path.lastIndexOf(".")+1); 4 if(type=="js"){ 5 var ss=document.getElementsByTagName("script"); 6 for(i=0;i<ss.length;i++){ 7 if(ss[i].src && ss[i].src.indexOf(path)!=-1 || ss[i].title 阅读全文
posted @ 2012-04-16 22:56 wkylin 阅读(913) 评论(0) 推荐(0) 编辑
摘要: HTML commentshttp://htmlhelp.com/reference/wilbur/misc/comment.html 阅读全文
posted @ 2012-04-06 16:07 wkylin 阅读(147) 评论(0) 推荐(0) 编辑
摘要: 1 BootStraphttp://twitter.github.com/bootstrap/2. HTML KickStarthttp://www.99lime.com/ 阅读全文
posted @ 2012-04-04 17:19 wkylin 阅读(242) 评论(0) 推荐(0) 编辑
摘要: http://bbs.blueidea.com/thread-2636904-1-1.html 阅读全文
posted @ 2012-03-30 09:43 wkylin 阅读(289) 评论(0) 推荐(0) 编辑
摘要: http://www.cssnewbie.com/input-button-line-height-bug/ 阅读全文
posted @ 2012-03-29 14:26 wkylin 阅读(127) 评论(0) 推荐(0) 编辑
摘要: html { overflow: -moz-scrollbars-vertical; min-height: 101%;} 阅读全文
posted @ 2012-03-18 00:02 wkylin 阅读(123) 评论(0) 推荐(0) 编辑
摘要: http://www.topcss.org/?p=305#more-305 阅读全文
posted @ 2012-03-14 11:51 wkylin 阅读(105) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 12 下一页