4 Star 0 Fork 0

加伍磅/web82-eleven

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.js 1.69 KB
一键复制 编辑 原始数据 按行查看 历史
Jordan 提交于 2022-09-16 23:06 . 提交
/*
* @Description:
* @Author: zhangjiafeng
* @Date: 2022-09-16 18:21:59
* @LastEditors: zhangjiafeng
* @LastEditTime: 2022-09-16 21:14:43
*/
toastr.options = {
"closeButton": true,
"debug": false,
"newestOnTop": false,
"progressBar": true,
"positionClass": "toast-top-center",
"preventDuplicates": false,
"onclick": null,
"showDuration": "300",
"hideDuration": "1000",
"timeOut": "5000",
"extendedTimeOut": "1000",
"showEasing": "swing",
"hideEasing": "linear",
"showMethod": "fadeIn",
"hideMethod": "fadeOut"
}
const name = document.querySelector('#name')
let h2 = document.querySelector('h2');
const zjf = document.querySelector('.zjf');
const xixiName = document.querySelector('.xixiName');
const h3 = document.querySelector('h3');
let lao = document.querySelector('.laolao');
name.addEventListener('click', () => {
name.classList.add('move')
})
lao.addEventListener('click', function () {
alert('你点到我了')
})
xixiName.addEventListener("click", function () {
alert('你点击的是周日禧');
xixiName.style.transform = `translateX(600px)`
})
zjf.addEventListener("click", function () {
// 点击字体变大
zjf.style.backgroundColor = 'orange'
zjf.style.fontSize = 200 + 'px'
setTimeout(() => {
zjf.style.backgroundColor = 'green'
zjf.style.fontSize = 50 + 'px'
}, 2000);
})
zjf.addEventListener("click", function () {
alert('你点击的是张家凤')
})
h2.addEventListener('click', function () {
alert('点点点永')
})
h3.addEventListener('click', function () {
alert('你点击的是周康凯');
});
document.querySelector('.Jordan').addEventListener('click', () => {
toastr.success("恭喜你中了一个亿!!!")
});
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/plus-five-pounds/web82-eleven.git
git@gitee.com:plus-five-pounds/web82-eleven.git
plus-five-pounds
web82-eleven
web82-eleven
master

搜索帮助