jQuery $.extend $.fn.extend

2020-12-13 05:29

阅读:444

标签:style   class   blog   c   code   java   

soscw.com,搜素材
doctype html>
html>
head>
meta charset="utf-8">
title>无标题文档title>
script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js">script>
script type="text/javascript">
(function() {
    $.extend({
        add:function() {alert(1)},
    });
    $.fn.extend({
        add:function(){alert(2)},
    })
})(jQuery)
$.add();
$("div").add();
script>
head>

body>
div>div>
body>
html>
soscw.com,搜素材

 

jQuery $.extend $.fn.extend,搜素材,soscw.com

jQuery $.extend $.fn.extend

标签:style   class   blog   c   code   java   

原文地址:http://www.cnblogs.com/hzg4027/p/3737334.html


评论


亲,登录后才可以留言!