欢迎光临,流星雨博客!!!
  • 51 .siblings() 兄弟元素

  • 52 .prev() 前一下元素

  • 53 .next() 后一个元素

  • 54 .children() 子元素

  • 55 .find() (孙子开始)后代元素

  • 56 .last() 最后一个元素

  • 57 .first() 第一个元素

  • 58 .animate() 自定义动画

    properties (CSS属性和值的对象)
    duration (执行时间)
    easing (执行函数)
    complete (执行后的回调函数)

  • 59 .show() 显示

    duration (执行时间)
    easing (执行函数)
    complete (执行后的回调函数)

  • 60 .hide() 隐藏

  • 61 .toggle 显示隐藏

  • 62 .stopPropagation() 阻止冒泡

  • 63 click 单击

  • 64 .mouseup() 鼠标按下

  • 81 .scroll() 滚动条滚动事件

  • 82 .scrollTop() 当前可视区离当前元素顶部的距离