摘要:
1.js对象转jq对象: $() $('#kw') $(document.getElementById("kw")) 2.jq对象转js对象: $(this).get(0) 、$(this)[0] $('#kw').get(0) $('#kw').[0] 3.封装自己的‘jq’ 思路: 依据现有ap 阅读全文
posted @ 2018-08-27 19:48
justSmile2
阅读(1443)
评论(0)
推荐(0)
摘要:
1.写法 - 默认值 - 单独写法 - 意义animation: name duration timing-function delay iteration-count direction; animation: none 0 ease 0 1 normal; animation: animatio 阅读全文
posted @ 2018-08-27 19:16
justSmile2
阅读(202)
评论(0)
推荐(0)
摘要:
1.浏览器滚动条 默认风格各异,推荐一插件 mCustomScrollbar 不考虑兼容也可自定义样式 链接二 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content=" 阅读全文
posted @ 2018-08-27 12:02
justSmile2
阅读(857)
评论(0)
推荐(0)

浙公网安备 33010602011771号