In JQuery mobile, to make persistent headers, footers and nabbers work as expected, you have to do something like this:
$(function() {
$( "[data-role='navbar']" ).navbar();
$( "[data-role='header'], [data-role='footer']" ).toolbar();
});
What is the equivalent in Scala.js?
Aucun commentaire:
Enregistrer un commentaire