Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gion/scoreace-mobile-app
- Owner: gion
- Created: 2013-08-15T07:05:45.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-08-15T08:56:35.000Z (over 11 years ago)
- Last Synced: 2023-03-29T06:07:38.566Z (over 1 year ago)
- Language: JavaScript
- Size: 463 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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.