Upgrade to Pro — share decks privately, control downloads, hide ads and more …

SPS RI - SharePoint with JQuery Parts

Sponsored · Ship Features Fearlessly Turn features on and off without deploys. Used by thousands of Ruby developers.
Avatar for Mary Harvey Mary Harvey
November 18, 2013

SPS RI - SharePoint with JQuery Parts

A presentation from SharePoint Saturday Rhode Island (#spsri) on using various jQuery packages with SharePoint data to create more dynamic and interesting "components" that run in SharePoint either on-premises or in the cloud

Avatar for Mary Harvey

Mary Harvey

November 18, 2013
Tweet

Other Decks in Programming

Transcript

  1. var clientContext = new SP.ClientContext(siteUrl); var oWebsite = clientContext.get_web(); this.collList

    = oWebsite.get_lists(); clientContext.load(collList); clientContext.executeQueryAsync(Function.createDelegate(this, this.onQuerySucceeded), Function.createDelegate(this, this.onQueryFailed));