Jquery demo

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Jquery demo相关的知识,希望对你有一定的参考价值。

$(".logo").click(function () {

    $(this)
      .animate({ left: -200 })
      .animate({ left: 200 })
      .animate({ left: -200 })
      .animate({ left: 200 })
      .animate({ left: 0 });
});
//左右滑动

 

以上是关于Jquery demo的主要内容,如果未能解决你的问题,请参考以下文章

jQuery应用 代码片段

Visual Studio 2012-2019的130多个jQuery代码片段。

markdown 在WordPress中使用jQuery代码片段

使用 NodeJS 和 JSDOM/jQuery 从代码片段构建 PHP 页面

很实用的JQuery代码片段(转)

几个有用的JavaScript/jQuery代码片段(转)