slideToggle在Jsfiddle上工作,在我的网站上不起作用

时间:2016-05-10 12:30:57

标签: jquery wordpress frontend

它在这里工作:https://jsfiddle.net/wqvjgmzp/

$(document).ready(function(){
    $(".scroller").click(function(){
        $(this).next('div.content-scroller').slideToggle();
    });
});

不在这里工作:http://serwer1521488.home.pl/autoinstalator/wordpress/?page_id=7&lang=pl

有谁知道为什么那不起作用?

0 个答案:

没有答案