1,

$('#uploadTypes').change(function(){
                   alert('123');
             });
这个怎么也不起作用。

 

2,

            $(document).ready(function(){
                $('#uploadTypes').change(function(){
                   alert('123');
             });
            });
这个则能正常起作用。

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-12-08
  • 2022-12-23
  • 2021-10-19
  • 2021-08-02
  • 2021-07-24
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-07-26
  • 2022-12-23
  • 2022-12-23
  • 2021-05-17
  • 2022-12-23
  • 2021-10-13
相关资源
相似解决方案