Removing the Recent Link from Quick Launch for SharePoint 2013

I was in situation to remove the "Recent" link from SP2013 site quick launch.

I found the below solution. Its working for me.

jQuery(“.ms-core-listMenu-item:contains(‘Recent’)”).parent().hide();


The entire solution & the pre-built .wsp can be downloaded from CodePlex –



hope this will helps you.


More info

Comments

Popular posts from this blog

IRM and the Object Model

This content database has a schema version which is not supported in this farm

Activate and Deactivate Feature through PowerShell