jQuery html attribute not working in IE

前端 未结 24 2687
[愿得一人]
[愿得一人] 2020-12-01 14:32

I am using country and state dropdowns in my form. Whenever the user selects the country in the dropdown, the respective states of the country will populate in the states dr

24条回答
  •  天命终不由人
    2020-12-01 15:08

    On my case too the returned data should be syntactically correct. I had some unmatched tags like , unclosed tags

    or .. etc

    check if all data is correct

    if this is an ajax request, then quick way for debug would be to add a text area outside the area you populate and populate the text area with the returned data. then check that data for inconsistencies. Jquery.html is working fine with IE

提交回复
热议问题