随笔分类 -  前端学习

js 和 jquery 的学习笔记
摘要:常用方法add(parameters):添加节点信息 【例】mytree.add(1, 0, 'My node', 'node.html', 'node title', 'mainframe', 'img/musicfolder.gif');【注】dtree.js文件中约87-113行是一些默认图片 阅读全文
posted @ 2018-03-06 22:14 逆水行舟! 阅读(620) 评论(0) 推荐(0) 编辑
摘要:用$.getJSON() 和$.post()获取第三方数据做页面 首页 index.html 页面 需要jquery 和 template-web js文件 可以直接在官网下载 中间导航条的固定 可以在导航添加一个动态class值 class值 的css样式 position :fixed ; $( 阅读全文
posted @ 2017-10-13 15:01 逆水行舟! 阅读(358) 评论(0) 推荐(0) 编辑
摘要:代码连接 网盘共享:https://pan.baidu.com/s/1eSxocMm html 代码 first.html <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>打地鼠</title> <link 阅读全文
posted @ 2017-09-22 12:00 逆水行舟! 阅读(9942) 评论(2) 推荐(0) 编辑
摘要:html 页面 <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-C 阅读全文
posted @ 2017-09-20 16:23 逆水行舟! 阅读(9503) 评论(1) 推荐(0) 编辑