On Thu, Aug 18, 2011 at 2:18 PM, Massimo Di Pierro < [email protected]> wrote:
> If I understand, jquery.mobile requires that you edit the html. > mobilize.js will change the html for you on the client side. Yes! you set in JavaScript which selectors need to be placed in header, content and footer for mobile apps, also you can set which css/js/image files will be blacklisted to load in mobile. anything else from normal html will be ignored. (actually the html is loaded in the first request, but after transformation, the rest is done by ajax calls)

