Often times when styling SharePoint you’ll come across some odd exception where the styling that works everywhere else has some weird side effect on a particular type of site, or you’ll want to limit some jQuery functionality to a specific site template. Here’s a neat little trick I came up with for splitting the styling […]
Posts Tagged: jQuery
JavaScript Event That Fires When SharePoint Page Has Finished Loading
If you’ve ever had an issue with JavaScript running before the element you’re trying to manipulate on a SharePoint page has loaded, this post is for you. Rather than momentarily considering using something terrible like a setTimeout to delay execution, we can instead use an event that will let us know when the “body” of […]
Adding an E-mail button to a Custom List Item
Problem: The client wants a way to send a link to a specific item in a list. For this example, say we have a Custom List for storing book information: At the List level, we have a method for sending a link via e-mail: However, as stated in the tooltip, this simply provides a link […]