$ul.listview('refresh');

'JqueryMobile' 카테고리의 다른 글

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);

    }

}; 

 

'PhoneGap' 카테고리의 다른 글

프로젝트 생성  (0) 2017.02.22

<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>

'JqueryMobile' 카테고리의 다른 글

data- 속성  (0) 2012.02.23
listvie refresh  (0) 2012.02.01
tmpl  (0) 2012.02.01
setting  (0) 2012.02.01

+ Recent posts