• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






学会五大阵法就会JS

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理
上一页 1 2 3 4 5 下一页

2017年9月28日

JS小功能x系列6文字自动滚动
摘要: 11111111111111111 222222222222222222 3333333333333333333 4444444444444444 5555555555... 阅读全文
posted @ 2017-09-28 20:21 天地人物事 阅读(365) 评论(0) 推荐(0)
 

2017年9月27日

JS小功能系列7自动打字
摘要: <style> textarea{ width:400px; height:100px; } #text{ width:400px; height:200px; border:1px solid blue; } </style> </head> <body> <div> <input type="t 阅读全文
posted @ 2017-09-27 20:26 天地人物事 阅读(256) 评论(0) 推荐(0)
 
JS小功能系列6折叠
摘要: <style> * { margin: 0; padding: 0; } li { list-style-type: none; } .classify>ul>li { width: 200px; text-indent: 20px; background: blue; } .classify>ul 阅读全文
posted @ 2017-09-27 20:25 天地人物事 阅读(201) 评论(0) 推荐(0)
 
JS小功能系列5图片左右移动
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv 阅读全文
posted @ 2017-09-27 20:24 天地人物事 阅读(469) 评论(0) 推荐(0)
 
JS小功能系列4图片轮播综合数字轮播,顺时针逆时针,自动轮播
摘要: <style> * { margin: 0; padding: 0; } a { text-decoration: none } li { list-style-type: none; } #coural { width: 360px; height: 200px; position: relati 阅读全文
posted @ 2017-09-27 20:23 天地人物事 阅读(292) 评论(0) 推荐(0)
 
JS小功能系列3时钟
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv 阅读全文
posted @ 2017-09-27 20:21 天地人物事 阅读(157) 评论(0) 推荐(0)
 
JS小功能系列2商品计算
摘要: <style> li{ list-style-type:none; } li span { width: 30px; text-align: center; display: inline-block; } </style> </head> <body> <ul class="ul"> <li> < 阅读全文
posted @ 2017-09-27 20:20 天地人物事 阅读(321) 评论(0) 推荐(0)
 
JS小功能系列1换一批
摘要: <style> * { margin: 0; padding: 0; } li { list-style-type: none; } .l { float: left; } .r { float: right; } .c:after { clear: both; width: 0; height: 阅读全文
posted @ 2017-09-27 20:19 天地人物事 阅读(816) 评论(0) 推荐(0)
 

2017年9月25日

JS json数据
摘要: 阅读全文
posted @ 2017-09-25 19:02 天地人物事 阅读(247) 评论(0) 推荐(0)
 
JS隔行变色,鼠标悬停变色
摘要: <style> *{ margin:0; padding:0; } div{ width:300px; height:50px; margin:20px; } .activeColor{ background: orange; } .odd-color{ background:#ccc; } .ev 阅读全文
posted @ 2017-09-25 11:40 天地人物事 阅读(476) 评论(0) 推荐(0)
 
上一页 1 2 3 4 5 下一页