jquery-tool-extend

1.0.0 • Public • Published

jquery-tool-extend

jquery extend方法

无法直接饮用在html页面上,需要使用模块化加载器(如webpack/requirejs)加载后使用;

npm i jquery-tool-extend --save
import extend from 'jquery-tool-extend';
extend({
    name:'Tom'
},{
    age:20
});//{name:'Tom',age:20}

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i jquery-tool-extend

      Weekly Downloads

      0

      Version

      1.0.0

      License

      MIT

      Unpacked Size

      5.09 kB

      Total Files

      4

      Last publish

      Collaborators

      • imingyu