mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-11 13:02:15 +09:00
jquery.noconflict change
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5037 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
da1312ad37
commit
95d58beab2
3 changed files with 3 additions and 3 deletions
|
|
@ -135,7 +135,6 @@
|
||||||
|
|
||||||
// 기본 JS/CSS 등록
|
// 기본 JS/CSS 등록
|
||||||
$this->addJsFile("./common/js/jquery-1.2.6.js");
|
$this->addJsFile("./common/js/jquery-1.2.6.js");
|
||||||
$this->addJsFile("./common/js/jquery.noconflict.js");
|
|
||||||
$this->addJsFile("./common/js/x.js");
|
$this->addJsFile("./common/js/x.js");
|
||||||
$this->addJsFile("./common/js/common.js");
|
$this->addJsFile("./common/js/common.js");
|
||||||
$this->addJsFile("./common/js/xml_handler.js");
|
$this->addJsFile("./common/js/xml_handler.js");
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,9 @@
|
||||||
* @brief 몇가지 유용한 & 기본적으로 자주 사용되는 자바스크립트 함수들 모음
|
* @brief 몇가지 유용한 & 기본적으로 자주 사용되는 자바스크립트 함수들 모음
|
||||||
**/
|
**/
|
||||||
|
|
||||||
|
|
||||||
|
if(jQuery) jQuery.noConflict();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief location.href에서 특정 key의 값을 return
|
* @brief location.href에서 특정 key의 값을 return
|
||||||
**/
|
**/
|
||||||
|
|
|
||||||
|
|
@ -1,2 +0,0 @@
|
||||||
|
|
||||||
jQuery.noConflict();
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue