I want to add sidebar toggle option to my page. I searched on the web and found this jQuery plugin:
http://www.adipalaz.com/experiments/jquery/toggle_sidebar.html It doesn t add Hide link to the sidebar.
我在把js案卷与打字塔之后提出的是:
<script src="{$baseUrl}/js/sidebarToggle.js"></script>
<script type="text/javascript">
$(function(){
$("#sidebar").toggleSidebar({animation:"queuedLeft", position:"left", full:true});
});
</script>
I don t know there the problem is. It Would you help me please?