Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gion/scoreace-mobile-app

the mobile app for scoreace
https://github.com/gion/scoreace-mobile-app

Last synced: 5 days ago
JSON representation

the mobile app for scoreace

Awesome Lists containing this project

README

        

This example shows a typical usage of parameters in the hash part of the url
in order to render a detail page in jQuery Mobile.

Backbone's hash router is replaced by jquerymobile-router.

The example also shows the usage of regular expressions and Deferred
objects in order to support straight links to the detail page.
This is really useful if you're planning to use client-side rendering techinques
in mobile websites.

---------------------------------------------------------------------------------

Esempio di rendering di un dettaglio tramite una pagina jQuery Mobile dedicata
ed il passaggio di parametri nella parte hash dell'url.

Come hash router è utilizzato il jquerymobile-router.

In questo esempio è possibile vedere come è possibile utilizzare le regular expression
nel router e come si impiegano i Deferred per garantire il funzionamento della pagina
di dettaglio anche se richiamata con un link diretto (senza passare cioè dalla pagina
principale dell'applicazione).
Quest'ultimo fattore è di primaria importanza quando si costruiscono siti (non
applicazioni!) mobile che fanno un uso estensivo del rendering client side.