随笔分类 -  前端 / jQuery

摘要:window.location.href = "login.html" 定时效果 3000毫秒 setTimeout(function(){ },3000); 阅读全文
posted @ 2022-10-14 19:48 lwx_R 阅读(18) 评论(0) 推荐(0) 编辑
摘要:<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> </head> <body> <p>this is p</p> <button type="button">click</button> <script type 阅读全文
posted @ 2022-10-14 19:43 lwx_R 阅读(20) 评论(0) 推荐(0) 编辑
摘要:<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <script type="text/javascript" src="jquery.js"></script> <script type="text/javas 阅读全文
posted @ 2022-04-06 18:37 lwx_R 阅读(81) 评论(0) 推荐(0) 编辑
摘要:<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <style type="text/css"> .father *{ display: block; border: 1px solid greenyellow; 阅读全文
posted @ 2022-04-05 18:05 lwx_R 阅读(37) 评论(0) 推荐(0) 编辑
摘要:<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title> </title> <link rel="stylesheet" type="text/css" href="JQ_css.css"/> </head> <body> <div i 阅读全文
posted @ 2022-04-04 18:37 lwx_R 阅读(48) 评论(0) 推荐(0) 编辑
摘要:<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> </head> <body> <p id="p1">this is <b>p</b></p> <button type="button" id="btn1">cl 阅读全文
posted @ 2022-04-04 18:11 lwx_R 阅读(29) 评论(0) 推荐(0) 编辑
摘要:<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> </head> <body> <p id="p1">this is p</p> <button id="btn1" type="button">click</bu 阅读全文
posted @ 2022-04-01 18:36 lwx_R 阅读(109) 评论(0) 推荐(0) 编辑
摘要:<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <style type="text/css"> #div1{ background-color: blueviolet; height: 100px; width 阅读全文
posted @ 2022-03-30 17:36 lwx_R 阅读(33) 评论(0) 推荐(0) 编辑
摘要:<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> </head> <body> <p>this is p</p> <button type="button" id="btn1">btn1</button> <bu 阅读全文
posted @ 2022-03-28 16:55 lwx_R 阅读(11) 评论(0) 推荐(0) 编辑