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

New Post: SPCascade in Custom Form makes dropdown off center

$
0
0

<script type="text/javascript" src="path/jquery-1.7.2.min.js"></script>
<script type="text/javascript" src="path/jquery.SPServices-0.7.1a.min.js"></script>
<script type="text/javascript">
    $(document).ready(function(){
    	$("span[Title='Rejected by Sales']").closest("tr").hide();

        $().SPServices.SPCascadeDropdowns({
            relationshipList: "Types",
            relationshipListParentColumn: "Departments",
            relationshipListChildColumn: "Title",
            parentColumn: "Department",
            childColumn: "Types"
        });
  });
</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>