data-role='ajax'를이용하여
재귀 자기 페이지로 이동 했을 경우
예를들자면...
a.asp 에서 a.asp 로 이동했을때
문제가 발생한다 망할 페이지들이 안움직인다 ㅠㅠ
LIVE 펑션을 사용하여 해결 했다 ㅋㄷㄷ
/* The jQuery .bind(), .live(), and .delegate() methods are just one
line pass throughs to the new jQuery 1.7 .on() method */
// Bind
$()on "click"function e ;
$()bind "click"function e ;
// Live
$()on "click""#members li a"function e ;
$()live "click"function e ;
// Delegate
$()on "click""li a"function e ;
$()delegate "li a""click"function e ;
'study' 카테고리의 다른 글
include(), require(), include_once(), require_once() php (0) | 2016.09.28 |
---|---|
나눔바른고딕 (0) | 2016.08.10 |
jquery 모바일 정리 100% 활용가능 (0) | 2014.11.24 |
Jquery SelectBox제어 (0) | 2014.07.29 |
문자열과 관련된 다양한 기능 (0) | 2014.03.05 |