摘要:
smoothscroll 是一款 jQuery插件,可以平滑地滚动到指定的地方。 可以解决chrome锚点失效的问题。 官方网站 http://iamdustan.com/smoothscroll/ 下载源码网站 https://github.com/iamdustan/smoothscroll c 阅读全文
posted @ 2019-06-19 23:07
乱世以外
阅读(178)
评论(0)
推荐(0)
摘要:
String 全局对象 是一个用于 字符串 或 一个字符序列 的 构造函数。 1.使用字面量创建字符串 字符串字面量采取以下形式: “Hello JavaScript” var str = "利永贞网" 2.使用函数创建字符串 String 对象的属性和方法用于操作字符串。 new String(对 阅读全文
posted @ 2019-06-19 23:04
乱世以外
阅读(151)
评论(0)
推荐(0)
摘要:
document对象 代表浏览器 当前窗口 或 标签中载入的页面。 1.常用的属性有: 属性 说明 document.title 文档标题 document.lastModified 文档最后修改时间 document.URL 当前文档URL,与window.location返回的值一样 docum 阅读全文
posted @ 2019-06-19 21:49
乱世以外
阅读(2676)
评论(0)
推荐(0)
摘要:
jSlider 是一个非常好的图片轮播插件。 有导航箭头,可以自动播放,可以循环播放。 官方网站 https://github.com/copthuy/jSlider <!DOCTYPE html> <html lang="zh"> <head> <meta charset="utf-8"> <ti 阅读全文
posted @ 2019-06-19 21:08
乱世以外
阅读(568)
评论(0)
推荐(0)
摘要:
1 <!DOCTYPE html> 2 <html lang="zh"> 3 <head> 4 <meta charset="UTF-8"> 5 <title>window对象</title> 6 </head> 7 <body> 8 <script type="text/javascript"> 阅读全文
posted @ 2019-06-19 20:42
乱世以外
阅读(840)
评论(0)
推荐(0)
摘要:
首 先找到想要存放这个轮播的地址位置: 2,找到图片轮播代码,复制到上图圈上(bootstrap配件地址: https://getbootstrap.com ) 选择好需要的框架,点击右键 进入开发者工具(F12)代码所在区域会高亮显示,需要用的代码复制下来粘贴到要用处就好 找到要拷贝出来的代码处, 阅读全文
posted @ 2019-06-19 17:30
乱世以外
阅读(990)
评论(0)
推荐(0)

浙公网安备 33010602011771号