我会找到我的切换幻灯片(在右侧)的状态,以便在数据库中插入或更新帖子。我需要这个用于客户会议。
我该如何解决这个问题?
这就是我现在拥有的:
jQuery('.menu_filter').find('.toggle-slide').eq(0).click(function(){
jQuery('.dark_red_gradient').stop(true,true).toggle();
});
这是我的测试站点:
http://devauth.labscope.de/htmlapp/report-overview_test.html
希望有人有想法。