alibby,
I tried putting some alerts in and they aren't firing either. Kinda weird..Here's the current code, I am trying to use the example in the documentation at this point...The only thing I am doing different is using a content editor webpart for the code...
I tried putting some alerts in and they aren't firing either. Kinda weird..Here's the current code, I am trying to use the example in the documentation at this point...The only thing I am doing different is using a content editor webpart for the code...
<script language="javascript" src="/sites/dsp/SiteAssets/jquery-1.8.3.min.js" type="text/javascript"></script>
<script language="javascript" src="/sites/dsp/SiteAssets/jquery.SPServices-2013.01.min.js" type="text/javascript"></script>
<script language="javascript" type="text/javascript">
// ExecuteOrDelayUntilScriptLoaded(loadCascadingDDL, "sp.js");
$(document).ready(function() {
$().SPServices.SPCascadeDropdowns({
relationshipList: "Systems",
relationshipListParentColumn: "RegionFullName",
relationshipListChildColumn: "SiteFullName",
parentColumn: "Region",
childColumn: "System";
debug: true
}
</script>