How to populate a dropdownlist with json data in jquery?

后端 未结 4 1250
挽巷
挽巷 2020-11-30 02:49

I am developing a country state cascading dropdown list... I returned json result based on countryId but I don\'t know how to populate/fill it in a new dropdown

4条回答
  •  庸人自扰
    2020-11-30 03:06

    To populate ComboBox with JSON, you can consider using the: jqwidgets combobox, too.

提交回复
热议问题