您的位置:首页 > 其它

工作笔记

2016-03-14 10:58 357 查看
1.引入jquery的方式

1)在cdn中

<script src="http://code.jquery.com/jquery-1.12.1.min.js"
integrity="sha256-I1nTg78tSrZev3kjvfdM5A5Ak/blglGzlaZANLPDl3I="  crossorigin="anonymous"
></script>




2、display:list-item


3.$(selector).hover(handleIn,handleOut)


等价于:


$( selector ).mouseenter( handlerIn ).mouseleave( handlerOut );
4.fadeTo():Adjust the matched elements(调整匹配元素的透明度)
5注意只有数字值可以创建动画
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: