SharePoint Tabbed Web Parts

Dev - le 29 Juillet 2015 par Mathieu WEBER

link http://www.capspire.com/sharepoint-tabbed-web-parts-hillbillytabs2-0/

About a year and a half ago I wrote a little script that allowed you to place SharePoint Web Parts into jQueryUI Tabs:

Tabbed Web Parts in SharePoint 2013 / Office 365

tabbed 2

The script has been pretty popular with thousands of downloads, however it did have a few short comings, so I decided to update it and add some new features. These features include:

Fixed an issue with hiding links in Quick Launch In the previous version of the script, if a web part was not found on the page, an empty tab was still created. In this version, if a web part is not found no tab will be created for that web part. Added jQuery.cookie.js to store and retrieve the value of the last visited tab to add stability and better cookie support. Added support for multiple web parts per tab.