HillbillyCascade
Create cascading drop downs for SharePoint 2013/2016/O365 classic forms
Install / Use
/learn @mrackley/HillbillyCascadeREADME
/*
- HillbillyCascade - Create cascading drop downs for SharePoint 2013/2016/O365 classic forms
- Version 2.0
- @requires jQuery v1.7 or greater
- @requires unslider
- Copyright (c) 2017 Mark Rackley / PAIT Group
- Licensed under the MIT license:
- http://www.opensource.org/licenses/mit-license.php / /*
- @description Create cascading drop downs for SharePoint 2013/2016/O365 classic forms
- @type jQuery
- @name HillbillyCascade
- @category Plugins/HillbillyCascade
- @author Mark Rackley / http://www.markrackley.net / mrackley@paitgroup.com
- Usage:
- var cascadeArray = new Array();
- cascadeArray.push({
-
parentFormField: "County", //Display name on form of field from parent list -
childList: "Cities", //List name of child list -
childLookupField: "Title", //Internal field name in Child List used in lookup -
childFormField: "City", //Display name on form of the child field -
parentFieldInChildList: "County", //Internal field name in Child List of the parent field -
firstOptionText: "< Select a City >" -
}); -
$().HillbillyCascade(cascadeArray);
*/
HillbillyCascade works with mutli-level cascading dropdowns, simply create an array entry for each subsequent cascade.
Related Skills
node-connect
341.0kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
84.4kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
341.0kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
84.4kCommit, push, and open a PR
