1 $(function($){
2     $.fu.mytable = function(){
3 
4     };
5 
6 })(jQuery);

 

1 $(function($,window,document){
2       $.fu.mytable = function(){
3   
4       };
5   
6   })(jQuery,window,document);

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-30
  • 2021-06-14
  • 2021-09-04
  • 2022-02-08
猜你喜欢
  • 2021-08-23
  • 2022-01-18
  • 2021-08-11
  • 2021-12-26
相关资源
相似解决方案