随笔分类 -  WEB

CSS, Javascript, Jquery, Ajax, etc
摘要:Configure ant build for JavaScript 阅读全文
posted @ 2013-07-30 09:45 On the road....
摘要:在jQuery基础上,开发UI注意事项;很多细节的东西,只有你经历过,才了解。 阅读全文
posted @ 2011-05-07 17:24 On the road.... 阅读(895) 评论(2) 推荐(0)
摘要:tip collection 阅读全文
posted @ 2010-08-05 12:32 On the road.... 阅读(391) 评论(0) 推荐(0)
摘要:auto height text area 阅读全文
posted @ 2010-08-02 20:47 On the road.... 阅读(584) 评论(0) 推荐(0)
摘要:===============add element=================function AddControl(objId){ var container = document.getElementById(objId); var fIndex=1; for(var i=0; i<container.childNodes.length; i++) { if(typeof(container.childNodes[i].id)=="string" && container.childNodes[i].id.substring(0,4) == 阅读全文
posted @ 2009-12-21 13:53 On the road.... 阅读(211) 评论(0) 推荐(0)
摘要:设置或获取对象指定的文件名或路径:window.location.pathname设置或获取整个 URL 为字符串:window.location.href设置或获取与 URL 关联的端口号码:window.location.port设置或获取 URL 的协议部分:window.location.protocol设置或获取 href 属性中在井号“#”后面的分段:windo... 阅读全文
posted @ 2009-07-08 09:46 On the road....