Notice
Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | 6 | |
| 7 | 8 | 9 | 10 | 11 | 12 | 13 |
| 14 | 15 | 16 | 17 | 18 | 19 | 20 |
| 21 | 22 | 23 | 24 | 25 | 26 | 27 |
| 28 | 29 | 30 | 31 |
Tags
- Bootstrap
- TextBox
- Android
- 컬럼명
- Java
- html
- 웹 서비스
- STS
- Maven
- MSsql
- 자바
- 안드로이드
- Web Service
- C#
- 이클립스
- varags
- scrollView
- jsp
- decompiler
- Eclipse
- MS-SQL
- 자바스크립트
- 웹뷰
- javascript
- Redirect
- Apache Lucene
- MANTIS
- SpringSource Tool Suite
- asp.net
- WebView
Archives
- Today
- Total
목록Web/jQuery Mobile (1)
bboks.net™
Jquery Mobile 안드로이드 스타일 toast 팝업
var toast=function(msg){ $(""+msg+"") .css({ display: "block", opacity: 1, position: "fixed", padding: "7px", "background-color" : "#ffffff", "text-align": "center", width: "270px", left: ($(window).width() - 284)/2, top: $(window).height()/2 }) .appendTo( $.mobile.pageContainer).delay( 1500 ) .fadeOut( 1000, function(){ $(this).remove(); }); } [출처] JQuery Mobile Android-style Toast popup
Web/jQuery Mobile
2015. 5. 29. 10:22