Jquery mobile layout advice. -
so have used phonegap build small iphone apps. have project benefit jquery mobile.
my question structure of pages. makes sense me split own page. i.e. profile page, friend page, location page, etc. take advantage of animations need keep in 1 html page using page containers.
being new jquery mobile confused benefits of using 1 page other transformations.
not sure if matters content pulled through ajax calls , javascript replaces content in specified divs.
thanks
keep each functional piece separate pages. clean , maintainable way it. jquery ajax automatically load content (when navigating between pages) via ajax , animation, default. make sure follow the page anatomy mentioned jquery mobile documentation (header div, content div, footer div)
Comments
Post a Comment