- Timestamp:
- 2012/02/17 16:41:28 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/data/Smarty/templates/sphone/products/list.tpl
r21337 r21529 146 146 147 147 function getProducts(limit) { 148 $.mobile. pageLoading();148 $.mobile.showPageLoadingMsg(); 149 149 var i = limit; 150 150 //送信データを準備 … … 164 164 error: function(XMLHttpRequest, textStatus, errorThrown){ 165 165 alert(textStatus); 166 $.mobile. pageLoading(true);166 $.mobile.hidePageLoadingMsg(); 167 167 }, 168 168 success: function(result){ … … 229 229 $("#btn_more_product").hide(); 230 230 } 231 $.mobile. pageLoading(true);231 $.mobile.hidePageLoadingMsg(); 232 232 } 233 233 });
Note: See TracChangeset
for help on using the changeset viewer.