方法一(不常用)
$.myjq = function(){
alert("hello myjQuery);
}
方法二
声明:
$.fn.myjq=function(){
$(this).text("hello");
调用:
$("div").myjq();
方法一(不常用)
$.myjq = function(){
alert("hello myjQuery);
}
方法二
声明:
$.fn.myjq=function(){
$(this).text("hello");
调用:
$("div").myjq();