Category Archives: jquery

Hiding “Unhideable” Actions in SharePoint

Often, I will get requests to hide certain actions in SharePoint.  Many items can be hidden using the HideCustomAction (also see here and here) element.  But not every item can be hidden this way. Today’s request was hiding the "Edit … Continue reading

Posted in jquery, sharepoint | Leave a comment

jQuery Cross-Browser Gotcha

One of the reasons I love javascript libraries, especially jQuery, is their promise of cross-browser compatibility. Even though I know how difficult it is to get javascript functions to behave the same across multiple browsers, I am still disappointed when … Continue reading

Posted in jquery | Leave a comment