March 06, 2014

Hide the recent section in SP2013 webpart

In case you had to hide the recent section in SP2013, the below steps help you to do so

 Create a folder under style lib called “Scripts”  Add the 2  files here
-                Edit the master page and add the following script inside the header:

<script type="text/javascript" src="/Style Library/Scripts/jquery-1.8.3.min.js">//<![CDATA[

          //]]>
          </script>  
          
          <script type="text/javascript" src="/Style Library/Scripts/Functions.js">//<![CDATA[

          //]]>
         </script>


-          Check in and refresh


Special Thanks to my colleagues Maher Hammoud and Ibrahim Kallas