当前位置:首页 > JS 第3页

js文字定时向上滚动特效代码

cjw1232年前 (2023-11-01)1900
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <t...

简洁的js网页计算器

cjw1232年前 (2023-11-01)2600
主要是应用box-shadow<!DOCTYPE html><html><head><meta charset=utf-8 /><title>Calculator</title> <styl...

js实现第一次访问站时点击任何地方都先弹出一个广告页

cjw1232年前 (2023-11-01)2400
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <t...

js实现鼠标经过列表弹出提示层效果

cjw1232年前 (2023-11-01)2420
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <t...

js弹出居中窗口特效

cjw1232年前 (2023-11-01)2800
<html> <head> <title>弹出窗口效果</title> <style> .black_overlay{display:none;position:absolute;top:0%;left:0%;width:100%;...

js实现批量生成18位身份证号码

cjw1232年前 (2023-11-01)2060
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <title&g...

JS实现联想、自动补齐功能

cjw1232年前 (2023-11-01)2710
<html> <head> <meta charset="utf-8"> <style> * { box-sizing: border-box; } body {...

js报表双击固定样式,用于对比

cjw1232年前 (2023-11-01)1870
在很多报表中,需要鼠标上下选择时显示对比颜色,在双击时显示固定的色表示选中状态。<table style="width:80%" border=1 onmouseover="getrow(this)" onmous...