¡@

Home 

2014/10/16 ¤W¤È 12:07:07

jquery Programming Glossary: responsedata.name

Clean old options from child dropdown when receiving data by JSON

http://stackoverflow.com/questions/9238267/clean-old-options-from-child-dropdown-when-receiving-data-by-json

id combo1 .getJSON 'combo1.jsp' firstcombobox this.value function responseData #combo1 .append option option .html responseData.name .val responseData.name After getting value in second dropdown by onchange event i am autofilling 3 textboxes. #combo1 .change.. 'combo1.jsp' firstcombobox this.value function responseData #combo1 .append option option .html responseData.name .val responseData.name After getting value in second dropdown by onchange event i am autofilling 3 textboxes. #combo1 .change function .getJSON.. replace .getJSON 'combo1.jsp' firstcombobox this.value function responseData #combo1 .append option option .html responseData.name .val responseData.name with .getJSON 'combo1.jsp' firstcombobox this.value function responseData #combo1 .empty .append..