mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
Allow jQuery to be referenced as '$'
This commit is contained in:
parent
55c6d5be9b
commit
3df47d100a
1 changed files with 0 additions and 3 deletions
|
|
@ -4,9 +4,6 @@
|
|||
* @brief 몇가지 유용한 & 기본적으로 자주 사용되는 자바스크립트 함수들 모음
|
||||
**/
|
||||
|
||||
/* jQuery 참조변수($) 제거 */
|
||||
if(jQuery) jQuery.noConflict();
|
||||
|
||||
(function($) {
|
||||
/* OS check */
|
||||
var UA = navigator.userAgent.toLowerCase();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue