Skip to content

Instantly share code, notes, and snippets.

View nilayparikh's full-sized avatar

Nilay Parikh nilayparikh

View GitHub Profile
@nilayparikh
nilayparikh / markup.html
Created March 4, 2015 15:57
Populate dropdown from SharePoint Site (JSOM)
<select name="departmentDD" title="department" id="departmentDD" onchange="populateDeapartment(this.value)">
@nilayparikh
nilayparikh / 0_reuse_code.js
Last active August 29, 2015 14:07
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console