backbone.js - Integrate Backbone Boilerplate with jQuery Mobile and place layout structure -


i started backbone.js, i've read documentation , backbone fundamentals book before doing anything. want create phonegap application of backbone.js , i'm little bit lost on place logic in backbone.js or how integrate jquery mobile.

i need jquery mobile because want build app this exact structure, 2 panels can open swipe movement.

to integrate jquery mobile, thing i've bbb add new shim (and libs) in config file? correct workflow? or should touch in vendor/?

once have jquery mobile integrated backbone boilerplate, want reproduce demo. know how place code in old fashioned website, how place files, etc. when comes backbone... i'm totally lost. place put javascript code start functionality of panels?

thanks in advance!

usually, using jquerymobile backbone gives headaches. luckily found solution simplifies problem. it's library called jackbone. author explained better do:

summary

jackbone utility library aims structure development of rich html5 applications using jquery mobile, extending backbone framework. heavily relies on backbone, offering specialized classes views , router. additionaly, defines controller interface, provide view manager handles life , death of views , controllers of application.

https://github.com/fovea/jackbone


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -