mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
Ensure that jQuery works properly even if there is some conflict
This commit is contained in:
parent
a29fa554c1
commit
c9026e44a1
1 changed files with 3 additions and 3 deletions
|
|
@ -211,7 +211,7 @@
|
|||
}
|
||||
};
|
||||
|
||||
}) (jQuery);
|
||||
})(jQuery);
|
||||
|
||||
/* jQuery(document).ready() */
|
||||
jQuery(function($) {
|
||||
|
|
@ -314,7 +314,7 @@ jQuery(function($) {
|
|||
});
|
||||
});
|
||||
|
||||
(function(){ // String extension methods
|
||||
(function($) { // String extension methods
|
||||
|
||||
/**
|
||||
* @brief location.href에서 특정 key의 값을 return
|
||||
|
|
@ -405,7 +405,7 @@ jQuery(function($) {
|
|||
return uri.protocol(protocol).port(port || null).normalizePort().filename(filename);
|
||||
}
|
||||
|
||||
})();
|
||||
})(jQuery);
|
||||
|
||||
/**
|
||||
* @brief xSleep(micro time)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue