造成此问题的原因是,当改变一级select的选项后,focus仍然在第一个input select 上,我们只需在填充第二个select时,执行window.focus().即可。
另注:this.blur()在IE6下无效果。

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-17
  • 2022-12-23
  • 2022-12-23
  • 2021-12-07
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-08-11
  • 2021-11-29
  • 2021-11-29
相关资源
相似解决方案