工作笔记

来源:互联网 发布:淘宝白菜群怎么得佣金 编辑:程序博客网 时间:2024/05/21 05:39

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注意只有数字值可以创建动画

0 0
原创粉丝点击