插件1:

jquery.plugindemo1.js

=================================================

jQuery.Demo1 = function(param) {

alert('This is a test. This is only a test.'+param);
}; 

=============================================

 

调用:

<script type="text/javascript">
    $(function(){
        $.Demo1("xxx");
    });
    </script>

相关文章:

  • 2022-01-18
  • 2022-12-23
  • 2021-10-02
  • 2022-02-24
  • 2022-12-23
  • 2021-03-30
  • 2021-09-28
  • 2021-08-17
猜你喜欢
  • 2022-01-23
  • 2021-11-18
  • 2021-06-11
  • 2022-01-03
  • 2021-06-17
  • 2022-12-23
相关资源
相似解决方案