jQuery html attribute not working in IE

前端 未结 24 2711
[愿得一人]
[愿得一人] 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:10

    In my case the problem was with the way I was commenting out my javascript in the data being loaded.

    // Works fine
    
    /* Works fine */
    
    
    

    I've never had any problems commenting out like that in IE before, only when using ajax to load it into an existing page. No problem with th eother browsers either.

提交回复
热议问题