Allow jQuery to be referenced as '$'

This commit is contained in:
Kijin Sung 2016-01-15 11:52:08 +09:00
parent 55c6d5be9b
commit 3df47d100a

View file

@ -4,9 +4,6 @@
* @brief 몇가지 유용한 & 기본적으로 자주 사용되는 자바스크립트 함수들 모음
**/
/* jQuery 참조변수($) 제거 */
if(jQuery) jQuery.noConflict();
(function($) {
/* OS check */
var UA = navigator.userAgent.toLowerCase();