当前位置:首页
> JS 第3页
js文字定时向上滚动特效代码
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <t...
简洁的js网页计算器
主要是应用box-shadow<!DOCTYPE html><html><head><meta charset=utf-8 /><title>Calculator</title> <styl...
js实现第一次访问站时点击任何地方都先弹出一个广告页
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <t...
js实现鼠标经过列表弹出提示层效果
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <t...
js弹出居中窗口特效
<html> <head> <title>弹出窗口效果</title> <style> .black_overlay{display:none;position:absolute;top:0%;left:0%;width:100%;...
js实现批量生成18位身份证号码
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <title&g...
JS实现联想、自动补齐功能
<html> <head> <meta charset="utf-8"> <style> * { box-sizing: border-box; } body {...
js报表双击固定样式,用于对比
在很多报表中,需要鼠标上下选择时显示对比颜色,在双击时显示固定的色表示选中状态。<table style="width:80%" border=1 onmouseover="getrow(this)" onmous...