我想向我的页面添加侧边栏切换选项。我在网上搜索并找到了这个 jQuery 插件:
http://www.adipalaz.com/experiments/jquery/toggle_sidebar.html 它没有向侧边栏添加“隐藏”链接。
在使用脚本标记调用 js 文件后,我在代码中输入的内容如下:
<script src="{$baseUrl}/js/sidebarToggle.js"></script>
<script type="text/javascript">
$(function(){
$("#sidebar").toggleSidebar({animation:"queuedLeft", position:"left", full:true});
});
</script>
我不知道问题出在哪里。你能帮帮我吗?