Hi,
Im having a problem where I cannot get the cascading drop downs to work. When I select a value in my parent dropdown it fires an event but then does not populate anything in the child dropdown. I have spent a while on this now and I dont seem to be getting anywhere. Do you have any thoughts?
<script src="../../SiteAssets/jquery-1.7.2.js"></script>
<script src="../../SiteAssets/jquery.SPServices-2013.01.js"></script>
<script> $(document).ready(function() { $().SPServices.SPCascadeDropdowns({ relationshipList: "{GUID}", relationshipListParentColumn: "Business Area", relationshipListChildColumn: "Title", parentColumn: "Business Area", childColumn: "Business Unit", debug: true }); });</script> When looking at the console in chrome I get this error whenever I choose any value from the parent drop down,
OPTIONS http://_vti_bin/Lists.asmx
send
jQuery.extend.ajax
$.fn.SPServices
(anonymous function)
fire
self.fireWith
jQuery.extend.ready
DOMContentLoaded
Thanks for any help,
Jamlow
Im having a problem where I cannot get the cascading drop downs to work. When I select a value in my parent dropdown it fires an event but then does not populate anything in the child dropdown. I have spent a while on this now and I dont seem to be getting anywhere. Do you have any thoughts?
<script src="../../SiteAssets/jquery-1.7.2.js"></script>
<script src="../../SiteAssets/jquery.SPServices-2013.01.js"></script>
<script> $(document).ready(function() { $().SPServices.SPCascadeDropdowns({ relationshipList: "{GUID}", relationshipListParentColumn: "Business Area", relationshipListChildColumn: "Title", parentColumn: "Business Area", childColumn: "Business Unit", debug: true }); });</script> When looking at the console in chrome I get this error whenever I choose any value from the parent drop down,
OPTIONS http://_vti_bin/Lists.asmx
send
jQuery.extend.ajax
$.fn.SPServices
(anonymous function)
fire
self.fireWith
jQuery.extend.ready
DOMContentLoaded
Thanks for any help,
Jamlow