Quantcast
Channel: jQuery Library for SharePoint Web Services
Viewing all articles
Browse latest Browse all 6517

New Post: Issues Cascading 2 MultiSelects

$
0
0
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...
<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>

Viewing all articles
Browse latest Browse all 6517

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>