Skip to content

Instantly share code, notes, and snippets.

View smchargue's full-sized avatar

Steve McHargue smchargue

  • WestSide Software Development LLC
  • North Texas
View GitHub Profile
@smchargue
smchargue / #index.md
Last active September 25, 2025 13:07
WestSide Software Code Snippets and Notes

JavaScript

Some Useful JavaScript Utility Functions

  • hasVisibleContent.js - Determines if a text string of html markup would have any visible content if added to the page.
  • js-clean-hs-log.js - Script to remove non-sql code from a HS Log File.

Handshake Helpers

SP Rest Snippets

  • getBasicSPListData.js - Utility function to reteive basc List Data from a SP List with options to provide a ODATA Filter, Order By and additional non-basic fields names.