解决jmobile navigation may not work if viewed locally jquery mobile

将此处注释即可   //$( event.target ).append( message );
I found it in _assets/js/index.js
line:208~213
you can comment in the line: 212
Copy code
   $( document ).on( "pagecreate", function( event ) {
    //$( event.target ).append( message );
   });

你可能感兴趣的:(JQuery Mobile)