Quantcast
Channel: SharePoint 2010 - General Discussions and Questions forum
Viewing all articles
Browse latest Browse all 17574

Not enable quick launch bar by default on the web part page in online sharepoint

$
0
0

  when I use  these code in the sharepoint designer then not enable quick launch bar on web part page

Paste this within the <head> tag.  This will enable jquery:

<!– Include jquery library –>
<script src=”http://code.jquery.com/jquery-latest.js”></script>

Paste this within the <form> tag.  This will ensure that the left navigation is always visible:

<scripttype="text/javascript">
   $(document).ready(function(){
     $("#s4-leftpanel").show();
     $(".s4-ca").css('margin-left','155px');});</script>

but it show space for the quick launch bar but not display quick launch bar.


Viewing all articles
Browse latest Browse all 17574

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>