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

New Post: Cascading Dropdowns not working in IE8, but are working in Firefox

$
0
0
I'm on SP2010 and our company uses IE8 as our standard browser. I can't get cascading dropdowns to work in IE8, but the following code works for me in Firefox 10.0.3. Any ideas why I can't get this working in IE8?

Thanks.

<script language="javascript" type="text/javascript" src="/sites/canberra/JS/jquery-1.11.0.js"></script>
<script language="javascript" type="text/javascript" src="/sites/canberra/JS/jquery.SPServices-2014.01.min.js"></script>
<script language="javascript" type="text/javascript"> $(document).ready(function() { // Change the orientation of the Lead Source options from vertical to horizontal $().SPServices.SPArrangeChoices({ columnName: "Lead Source", perRow: 3 }); // Change the orientation of the Color options from vertical to horizontal $().SPServices.SPArrangeChoices({ columnName: "Color", perRow: 3 }); // Set up the cascade from Region to State $().SPServices.SPCascadeDropdowns({ listName: "Cascading Dropdowns", relationshipList: "States", relationshipListParentColumn: "Region", relationshipListChildColumn: "Title", relationshipListSortColumn: "Title", parentColumn: "Region", childColumn: "State", 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>