jquery fill dropdown with json data

后端 未结 4 1392
眼角桃花
眼角桃花 2020-11-28 06:51

I have the following jQuery code. I am able to get the following data from server [{\"value\":\"1\",\"label\":\"xyz\"}, {\"value\":\"2\",\"label\":\"abc\"}]. Ho

4条回答
  •  我在风中等你
    2020-11-28 07:46

    In most of the companies they required a common functionality for multiple dropdownlist for all the pages. Just call the functions or pass your (DropDownID,JsonData,KeyValue,textValue)

        
    
    
    
      
    
    
    

提交回复
热议问题