Tagged Questions
0
votes
2answers
674 views
jQuery accordion for the Quick Launch in SP2013
I followed this post in order to add the jQuery accordion functionality to the Quick Launch in SharePoint.
While the code in the above link applies to SharePoint 2007, I somewhat managed to change it ...
0
votes
2answers
670 views
Quick launch to a webpart page using Jquery/javascript SharePoint 2010
Is there a way to add quick launch to a webpart page using Jquery/javascript in SharePoint 2010?
Note : I don't have access to SharePoint Designer
0
votes
1answer
210 views
Simple jQuery to extend page body if Quick Launch has been toggled SP2010
Beginner. I have a link that expands a single page onclick with the following jQuery:
<script type="text/javascript">
var $j = jQuery.noConflict();
function toggleQuickLaunch() {
...
12
votes
4answers
5k views
jQuery accordion for the Quick Launch menu?
Is it possible to turn the left side menu (I think it's the Quick Launch area) into a jQuery Accordion style menu in SharePoint 2010? The jQuery UI Accordion control uses DIV tags, so wasn't sure if ...