摘要: HTML: ↑CSS:.top:hover{ opacity:1; transition:1s;}JS: 1 $(document).ready(function() { 2 var offset=250, // At what pixels show Back to... 阅读全文
posted @ 2015-12-15 14:22 提佰萬 阅读(228) 评论(0) 推荐(0) 编辑
摘要: html5 MDNCanvas tutorialCanvas教程canvas: 阮一峰在那山的那边海的那边有一群程序猿使用 HTML5 canvas 绘制精美的图形HTML5定稿了,为什么原生App世界将被颠覆h5 web app 阅读全文
posted @ 2015-12-15 13:16 提佰萬 阅读(179) 评论(0) 推荐(0) 编辑
摘要: repalce() 只能替换字符串中的匹配到的第一个字符或者字符串正则表达式 替换多个字符或者字符串注意:一些数字型的字符串使用replace() 时要确保是字符串,而不是数字。转换方法: str = num.toString(); str = num + "";定义正则表达式:var reg... 阅读全文
posted @ 2015-12-15 10:45 提佰萬 阅读(537) 评论(0) 推荐(0) 编辑
摘要: javascript:var textarea = document.getElementById('textarea_id');textarea.scrollTop = textarea.scrollHeight;jQuery:$(document).ready(function(){ $(... 阅读全文
posted @ 2015-12-15 10:24 提佰萬 阅读(1080) 评论(0) 推荐(0) 编辑