jq hover方法用法 例子

Posted 舞纷菲

tags:

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

<script type="text/javascript">
    $(function(){
        $(‘.caseslist‘).hover(function(){
            if(!$(this).is(":animated")){
                $(this).children(‘.casedetail‘).animate({‘bottom‘:‘0px‘}, 300);
            }
        },function(){
        $(this).children(‘.casedetail‘).animate({‘bottom‘:‘-50px‘}, 300);
        });
    });
</script>

以上是关于jq hover方法用法 例子的主要内容,如果未能解决你的问题,请参考以下文章

写一个简单的JQ插件(例子)

text terraform jq例子

jq 全选与联动的小例子

JQ的几组API辨析:

小例子-使用JS/JQ获取a标签的href网址

php 20180516 hoverをjQで制御