gistfile1.txt require.config({paths:{jquery: 'http://libs.baidu.com/jquery/2.0.3/jquery'}});require(['jquery','yl'],function ($,a) {console.log("aa");var hel = new a.Hello();alert("1");$("#btn").click(function () {console.log(hel.name);});}
require.config({ paths:{ jquery: 'http://libs.baidu.com/jquery/2.0.3/jquery' } }); require(['jquery','yl'],function ($,a) { console.log("aa"); var hel = new a.Hello(); alert("1"); $("#btn").click(function () { console.log(hel.name); }); });