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

New Post: Issues Cascading 2 MultiSelects

$
0
0
Hehe - I know the feeling...!

It looks like you've introduced another error in your recent code - try this:
<script language="javascript" src="http://code.jquery.com/jquery-1.8.3.min.js" type="text/javascript"></script>
<script language="javascript" src="http://cdnjs.cloudflare.com/ajax/libs/jquery.SPServices/2013.01/jquery.SPServices-2013.01.min.js" type="text/javascript"></script>

<script language="javascript" type="text/javascript">
$(document).ready(function() {
   alert(SPGetCurrentUser());

   $().SPServices.SPCascadeDropdowns({
      relationshipList: "Systems",
      relationshipListParentColumn: "RegionFullName",
      relationshipListChildColumn: "SiteFullName",
      parentColumn: "Region",
      childColumn: "System"
   }); <---- missed a ); on the end here!

});  <!----- missed this too!
</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>