Skip to content Skip to sidebar Skip to footer

Jquery Mobile Multipage In Separate Html Files

I have a Jquery Mobile multipage with different pages TEST).html(template); $("site_id div[data-role='content']").trigger("create"); }); }

you have to download the jquery.tmpl.min.js that this will work.

Solution 2:

There's nothing much to know, create normal jquery-mobile pages each one with only 1 div with data-role='page' and then use them normally.

A normal link to those pages would use the jquery-mobile ajax navigation model to load the page, and display the data-role='page' div as main content.

Post a Comment for "Jquery Mobile Multipage In Separate Html Files"