Using javascript and jquery, to populate related select boxes with array structure

后端 未结 4 1197
日久生厌
日久生厌 2020-11-28 03:55

Using answers to this question, I have been able to populate a select box based on the selection of another select box. ( I posted my answer here) Pulling the data from an a

4条回答
  •  星月不相逢
    2020-11-28 04:32

    Thanks to the answer from @Marko Dunic, I was able to build an array (data) structure that can be referenced to populate 3 select boxes. I didn't use the implementation code only because I didn't completely understand it...it works as posted. I will come back to this code later as I learn jQuery. My code is posted below (obviously, your reference to jQuery may be different)

    
    
    
     
    

提交回复
热议问题