首页
技术博客
登录
6mi
u
盘
搜
搜 索
技术博客
jquery插件开发
jquery插件开发
tech
2022-07-11
215
插件的定义 ;(function ($) { $.fn.myO = function () { var tt = "aaa"; this.test = function () { alert(tt); } alert(tt); tt = "sss"; return this; } })(jQuery); 插件的调用 var it = $("#preview").myO(); it.test();
转载请注明原文地址:https://tech.qufami.com/read-593.html
最新回复
(
0
)