http://www.w3cplus.com/css/custome-design-checkbox-and-radio-width-jquery
http://jsfiddle.net/w3cplus/GvQyx/
jQuery.fn.customInput = func...
蚂蚁
9年前 (2015-11-05)
3234℃
0评论
0喜欢
/* Tooltip on Top */
.tooltip-top[data-tooltip]:hover:after {
content: attr(data-tooltip);
padding: 4px 8px;
position: absolute;...
蚂蚁
9年前 (2015-11-05)
1902℃
0评论
1喜欢
原生web组件,利用自定义元素和shadow创建。只需要三行代码就可以实现选项卡切换,新标签自带鼠标悬停一秒激活标签,自带theme属性,可随时更新theme。 Firefox也支持,不过我不知道代码哪里存在问题Firefox报错。。。。。
<!DOCTYPE html...
蚂蚁
9年前 (2015-11-05)
4614℃
0评论
0喜欢
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Neat Parallax ...
蚂蚁
9年前 (2015-11-03)
2015℃
0评论
0喜欢
得拿到本地测试
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>表格操作&l...
蚂蚁
9年前 (2015-11-03)
2859℃
0评论
0喜欢
1. 禁止右键点击
$(document).ready(function(){
$(document).bind("contextmenu",function(e){
return false;
});
});
2. 隐藏搜索文本框文字...
蚂蚁
9年前 (2015-10-29)
3360℃
4评论
3喜欢
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>html Table实现表头固定...
蚂蚁
9年前 (2015-10-28)
3405℃
1评论
0喜欢
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</t...
蚂蚁
9年前 (2015-10-23)
3134℃
0评论
0喜欢
<!DOCTYPE html>
<html lang="zh-cn">
<head>
<meta charset="utf-8" />
<title>点击空白处关闭弹出...
蚂蚁
9年前 (2015-10-22)
3448℃
0评论
0喜欢
原文:https://fabric.io/blog/introducing-the-velocityreact-library
如果你习惯于使用CSS来制作动画效果,那么Velocity.js带给你的感觉很可能是“原来这一切竟然可以是真的”。
我们跟很多人一样,在很久以前就放弃...
蚂蚁
9年前 (2015-10-19)
5175℃
0评论
0喜欢