Tagged Questions
0
votes
1answer
238 views
Add Custom Javascript to Quick Launch? +Skype Button
I'm looking to add a Skype Button which shows a Users Skype Status in the Quick Launch in Sharepoint 2010.
I can successfully add this Control to a Content Editor Web Part as I have easy access to ...
0
votes
3answers
235 views
Hide Sidebar on _layouts pages
I am trying to hide the sidebar on administration pages in SP 2010. To do this, I am trying to use the following Javascript code which does not seem to be working.
$(document).ready(function () {
...
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() {
...