Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

177
Views
Javascript - Drop Down not showing all selections

First, I am a rookie with JavaScript. So, in SharePoint using a web part, the drop down for D Jobs will not show all select-able items. It appears to only show 100 select-able items, but is needs to show all 150 items in the drop down. I'm not sure why. Any help would be appreciated. Here is the script.

<script type="text/javascript"
src="https://Sharepoint/SiteAssets/jquery.js"></script>

<script type="text/javascript"
src="https://SharePoint/SiteAssets/HillbillyCascade.js"></script>   

<script type="text/javascript">
      $(document).ready(function() {
      
            var cascadeArray = new Array();
            
            cascadeArray.push({
                  parentFormField: "Shop", //Display name on form of field from
parent list
                  childList: "D Jobs", //List name of child list
                  childLookupField: "Title", //Internal field name in Child List
used in lookup
                  childFormField: "D Job", //Display name on form of the child
field
                  parentFieldInChildList: "Shop0", //Internal field name in Child
List of the parent field
                  firstOptionText: "(Filtered by Shop)", dropDownItemCount:"999"
//Number of Items to Display on dropdown to remove 100 item limitation
            });
                 
            $().HillbillyCascade(cascadeArray);

});

</script>
about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

src="https://SahrePoint/SiteAssets/HillbillyCascade.js"></script> I see a typo Sahre it should be Share

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!