之马考核
之马工场…
科目 1
ul 无序实心圆 ol 有序数字 子标签都是 li
jquery 入口函数
- $(function(){})
- $(document).ready(function(){})
1 | <body bgcolor="red"> |
单元格内容左对齐标签
浏览器状态栏消息 window.status=”put you message here”
li 加图像标志 list-style-image
电子邮件链接
mailto:
发送表单数据 get 和 post
指定元素后用 after
clear 不能清除 position: absolute 只能是 float
文档结束加载之前用$(document).ready()
样式表标签 style 和 link
8
11
跳转新页面
window.location.replace(“页面地址”)
“window.location.href = “页面地址”
科目 2
js 基本 dom 操作
1 | var apple = document.createElement("input"); |
document.createElement(‘’)
document.getElementById
document.getElementsByClassName
document.getElementsByTagName
document.getElementByName
document.getAttribute()
document.setAttribute(“type”,”text”);
使用 js 完成隔行换色
1 | var lis = document.querySelectorAll("ul li"); |
垂直居中
1 | .container { |
圆角
border-radius: 上左 x 上右 x 下右 x 下左 x / 同前四个 y
1 | border-radius: 50%; // 椭圆 |
- 写个表单
- 写个表格
- 表单验证弹窗
- text 的样式