|
|
114行目: |
114行目: |
| NIJC_WindowOnLoad(); | | NIJC_WindowOnLoad(); |
| jQuery(function($){ | | jQuery(function($){ |
| | |
| | if (typeof($.proxy) == 'undefined') { |
| | $.prototype.proxy = function(fn, thisObject) { |
| | return function() { |
| | return fn.apply(thisObject, arguments); |
| | }; |
| | }; |
| | } |
|
| |
|
| /** | | /** |