yangzailu

导航

2016年8月31日 #

js操纵css更改加载图片大小

摘要: 阅读全文

posted @ 2016-08-31 09:25 飞离地平线 阅读(147) 评论(0) 推荐(0)

jquery取消超链接

摘要: 阅读全文

posted @ 2016-08-31 09:23 飞离地平线 阅读(155) 评论(0) 推荐(0)

Document

摘要: 每个载入浏览器的 HTML 文档都会成为 Document 对象。Document 对象使我们可以从脚本中对 HTML 页面中的所有元素进行访问。提示:Document 对象是 Window 对象的一部分,可通过 window.document 属性对其进行访问。getElementById()返回 阅读全文

posted @ 2016-08-31 09:22 飞离地平线 阅读(231) 评论(0) 推荐(0)

手机加载图片宽度缩小

摘要: 阅读全文

posted @ 2016-08-31 09:16 飞离地平线 阅读(123) 评论(0) 推荐(0)

提交弹窗

摘要: 阅读全文

posted @ 2016-08-31 09:14 飞离地平线 阅读(95) 评论(0) 推荐(0)

点击页面任何位置返回

摘要: ... 阅读全文

posted @ 2016-08-31 09:13 飞离地平线 阅读(322) 评论(0) 推荐(0)

点击div折叠

摘要: <!doctype html> <html> <head> <meta charset="utf-8"> <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="v 阅读全文

posted @ 2016-08-31 09:00 飞离地平线 阅读(403) 评论(0) 推荐(1)

2016年8月30日 #

mysql常用命令

摘要: 显示所有数据库: show databases; 使用某个数据库: use 数据库名; 显示某个数据库的所有表 show full tables from mblogs where table_type = 'base table'; 显示数据库编码 show charset 创建表单 create table mblogs. m_linkss(id... 阅读全文

posted @ 2016-08-30 21:45 飞离地平线 阅读(482) 评论(0) 推荐(1)

script加载文件

摘要: 阅读全文

posted @ 2016-08-30 21:44 飞离地平线 阅读(264) 评论(0) 推荐(0)

鼠标滑动加载div

摘要: 阅读全文

posted @ 2016-08-30 21:29 飞离地平线 阅读(181) 评论(0) 推荐(0)