QuickLaunch
There are 3 entries for the tag
QuickLaunch
I just spent a good portion of today of part of yesterday on a really weird issue. Our sites had some custom branding for a client and the quick launch displayed perfectly for the root site. When you clicked on all the subsites the quick launch bar would not display. Myself and one of the branding guy’s at Planet, Jaimie Luetjen, were spinning our wheels (and I don’t think it helps that I have a cold). Finally Jaimie is able to login to the site and he threw up a live meeting, so we could figure...
I ran into a problem last week, where I need to update multiple sites navigation really quick by deleting and adding items to the navigation on the quick launch bar. I found this great entry from Todd Baginski: http://www.sharepointblogs.... I wanted to take this a step further by removing nodes from underneath a specific heading. Then I wanted to re-add different nodes, so that I could pull...
Here is some sample code: while(document.getElementBy... != null) { var menu = document.getElementById('zz... //looks for the hyperlink tags using the quicklaunch tag var hyperlinks = menu.getElementsByTagName('... hyperlinks[0].href = hyperlinks[0].href.replace(... URLToReplace); //replaces the URL text hyperlinks[0].target = "_blank"; //allows for opening the link in a new window i+=1; } This tag for the quicklaunch: zz2_QuickLaunchMenu you can find...