Add jQuery Mobile initializePage method

This commit is contained in:
Boris Yankov
2013-01-20 17:33:35 +02:00
parent 29f7488bcf
commit da733abd6e
2 changed files with 8 additions and 3 deletions
+4
View File
@@ -251,4 +251,8 @@ function test_listview() {
$.mobile.listview.prototype.options.theme = "a";
$('#mylist').listview();
$('#mylist').listview('refresh');
}
function test_misc() {
$.mobile.initializePage();
}