http://www.runoob.com/w3cnote/jquery-10-skill.html
前言:在开发过很多 jQuery 插件以后,我慢慢的摸索出了一套开发jQuery插件比较标准的结构和模式。这样我就可以 copy & paste 大部分的代码结构,只要专注最主要...
蚂蚁
9年前 (2017-03-28)
1910℃
0评论
0喜欢
http://codepen.io/dbox/pen/bdzeEw/
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"...
蚂蚁
9年前 (2017-03-28)
2236℃
0评论
0喜欢
http://codepen.io/suhajdab/pen/ceLdj/
把代码拿到本地看
transform: scale(1);
<!DOCTYPE html>
<html lang="en">
<head>...
蚂蚁
9年前 (2017-03-28)
1874℃
0评论
0喜欢
http://codepen.io/Lewitje/pen/rLmvoO/
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8&q...
蚂蚁
9年前 (2017-03-28)
2429℃
0评论
0喜欢
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</t...
蚂蚁
9年前 (2017-03-27)
1834℃
0评论
0喜欢
https://livedemo00.template-help.com/wt_48559/
<!DOCTYPE html>
<html lang="en" class="desktop">
<head&g...
蚂蚁
9年前 (2017-03-23)
2008℃
0评论
0喜欢
年前刚刚离职了,分享下我曾经出过的一道面试题,此题是我出的一套前端面试题中的最后一题,用来考核面试者的JavaScript的综合能力,很可惜到目前为止的将近两年中,几乎没有人能够完全答对,并非多难只是因为大多面试者过于轻视他。
题目如下:
function Foo() {
...
蚂蚁
9年前 (2017-03-23)
3416℃
2评论
0喜欢
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>头部网页导航动画</t...
蚂蚁
9年前 (2017-03-22)
2294℃
0评论
0喜欢
https://css-tricks.com/snippets/css/a-guide-to-flexbox/
<!DOCTYPE html>
<html lang="en">
<head>
<meta cha...
蚂蚁
9年前 (2017-03-22)
2520℃
0评论
0喜欢
现在有些网页流行使用「阅读进度」状态,但大部分需要 JS实现,而这个仅仅是用了 CSS,而且很简单,大家可以参考参考。
<!DOCTYPE html>
<html lang="en">
<head>
<meta...
蚂蚁
9年前 (2017-03-22)
1864℃
0评论
0喜欢