摘要: Title 阅读全文
posted @ 2017-05-18 16:02 曦言鸢默 阅读(322) 评论(0) 推荐(0) 编辑
摘要: 只显示一行文字,便溢出隐藏 text-overflow: ellipsis; white-place: nowrap; overflow: hidden; 显示 n 行文字后便溢出隐藏 display: -webkit-box; -webkit-line-clamp: n; -webkit-box- 阅读全文
posted @ 2017-05-18 11:21 曦言鸢默 阅读(1261) 评论(0) 推荐(0) 编辑
摘要: <script> window.onload = function(){ var oBtn = document.getElementById( "btn" ); oBtn.onclick = function(){ var msg = prompt("请输入账号") + prompt("请输入座右 阅读全文
posted @ 2017-04-02 10:35 曦言鸢默 阅读(469) 评论(0) 推荐(0) 编辑
摘要: <script> function del(){ var flag = confirm("你真要删除么?"); if( flag ){ alert("我已被你抛弃了。") }else{ alert("真好,我又可以继续陪着你。") } }</script> <body><input type="bu 阅读全文
posted @ 2017-04-02 10:03 曦言鸢默 阅读(171) 评论(0) 推荐(0) 编辑
摘要: jquery官网: http://jquery.com/ jQuery Mobile官网: http://jquerymobile.com/ jQuery Mobile W3Chool: http://www.w3school.com.cn/jquerymobile/ jQuery Mobile菜鸟 阅读全文
posted @ 2017-03-30 16:19 曦言鸢默 阅读(226) 评论(0) 推荐(0) 编辑
摘要: 在网站设计中,想要它具有足够多的浏览量,那么,它不仅需要有足够吸引人的内容,还需要有独特而不另类的风格。而在风格设计中,网页配色无疑占有十分重要的地位。那么,如何进行合理的网页界面配色呢? 网页美工设计中,最常用的几个颜色为蓝色、绿色、橙色,以及暗红色。 蓝色多与白、橙搭配,蓝为主调。白底,蓝标题栏 阅读全文
posted @ 2017-03-30 14:32 曦言鸢默 阅读(1165) 评论(0) 推荐(0) 编辑
摘要: <script> </script> <body> <input type="button" id="setBtn" onclick="set()" value="设置"> <input type="button" id="delBtn" onclick="del()" value="删除"> <i 阅读全文
posted @ 2017-03-21 20:39 曦言鸢默 阅读(255) 评论(0) 推荐(0) 编辑