[mobile web] Hash change의 GET, POST 방식
1) Hash change POST 방식
$.mobile.changePage(url, {
type: "post",
data: $("form#pageForm").serialize()
});
2) Hash change GET 방식
$.mobile.changePage(url, "slidedown", "reverse");
[mobile web] Hash change의 GET, POST 방식
'programming > mobile web' 카테고리의 다른 글
[mobile web] jquery mobile에서 a tag에 유사 클래스 사용하기 (0) | 2012.11.02 |
---|---|
[mobile web] hash change 게시판 (0) | 2012.11.01 |
[mobile web] 모바일웹 jquery mobile hash change 적용 게시판 (1) | 2012.10.26 |
[mobile web] 모바일웹에서 화면전환 방법 (0) | 2012.10.25 |
[mobile web] ie8에서 html5 tag 사용하기 (0) | 2012.10.25 |