https://sarasoueidan.com/blog/windows8-animations/
<!DOCTYPE html>
<html lang="en">
<head>
<meta charse...
蚂蚁
10年前 (2016-01-14)
2226℃
0评论
2喜欢
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Alert_Box&...
蚂蚁
10年前 (2016-01-14)
4799℃
1评论
2喜欢
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Text Vortex<...
蚂蚁
10年前 (2016-01-14)
4051℃
1评论
2喜欢
.alert_box{position:fixed;top:46%;width:100%;z-index:1001;display:none;}
.alert_box .alert_body{width:500px;margin:0 auto;background:...
蚂蚁
10年前 (2016-01-13)
5949℃
8评论
0喜欢
(function (global) {
if ('ActiveXObject' in global) {
try {
return !!new ActiveXObject('WMPlayer.OC...
蚂蚁
10年前 (2016-01-12)
3035℃
0评论
0喜欢
:active伪类是在类似'mousedown'事件触发的时机生效的,而手机上并没有'mousedown'事件,取而代之的只有'touchstart'和'touchend'。有热心网友提供了热心办法,即给当前链接绑定一个匿名空函数到touchstart事件上去。
//解决:a...
蚂蚁
10年前 (2016-01-05)
5064℃
2评论
0喜欢
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Full scree...
蚂蚁
10年前 (2016-01-05)
3914℃
2评论
2喜欢
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>表格隔行背景和突...
蚂蚁
10年前 (2016-01-05)
3007℃
0评论
2喜欢
jQuery获取Select选择的Text和Value:
$("#select_id").change(function(){//code...}); //为Select添加事件,当选择其中一项时触发
var checkText=$("#select_id").find...
蚂蚁
10年前 (2015-12-29)
3885℃
0评论
0喜欢
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>锯齿边边</title&g...
蚂蚁
10年前 (2015-12-28)
3638℃
0评论
2喜欢