$ul.listview('refresh');
'JqueryMobile' 카테고리의 다른 글
data- 속성 (0) | 2012.02.23 |
---|---|
scroll (0) | 2012.02.01 |
tmpl (0) | 2012.02.01 |
setting (0) | 2012.02.01 |
$ul.listview('refresh');
data- 속성 (0) | 2012.02.23 |
---|---|
scroll (0) | 2012.02.01 |
tmpl (0) | 2012.02.01 |
setting (0) | 2012.02.01 |
-- 호출
LocationService.sendLocationInBackground(
["HelloWorld"] ,
function(result) {
alert("Success : \r\n" + result);
},
function(error) {
alert("Error : \r\n" + error);
}
);
--phonegap.js
var LocationService = {
sendLocationInBackground : function(types, success, fail) {
return PhoneGap.exec(success, fail, "com.phonegap.locationService", "startLocationService", types);
}
};<script type="text/javascript" src="js/jquery.easing.1.3.js"></script>
<script type="text/javascript" src="js/jquery.mobile.scrollview.js"></script>
<script type="text/javascript" src="js/scrollview.js"></script>
data- 속성 (0) | 2012.02.23 |
---|---|
listvie refresh (0) | 2012.02.01 |
tmpl (0) | 2012.02.01 |
setting (0) | 2012.02.01 |