jsloader( [ '.', "/js/lib.js", jsloader.wait, "/js/sub.js", "/js/jQuery.hoge.js", "/js/jQuery.huga.js" ], [ '^/[^/]*$', "/js/index.js" ], [ '^/(aaa|bbb|ccc|ddd)/?', "/js/$1.js" ], [ '.', "/js/parts.js", "/js/all.js", function () { dispatcher(location.pathname.replace(/index.\w+$/, '')); if (!window.jQuery || !window.window_load_execute) { return; }; jQuery(window).trigger('load'); } ] ); (function