我的滑动页脚有这个代码。当我通过#sod-drawer-handle 使其可见时,它会向下滑动。但是窗口不会向下滚动 - 句柄被单击。我怎么能尽可能简单地做到这一点?
我已经阅读了它,但我不确定要使用什么选择器。
if(jQuery('#sod-drawer-plugin.bottom').length >0){
jQuery('#sod-drawer-plugin.bottom #sod-drawer-handle').click(function(){
jQuery('#sod-drawer-plugin.bottom .content').slideToggle();
});
我会非常感谢我能得到的任何提示或帮助。