February 2014
Intermediate to advanced
410 pages
8h 15m
English
This recipe will show you how to quickly create a simple static website using jQuery Mobile. Using the template created in the previous recipe, it only takes adding additional elements with the correct roles to create extra pages and the navigation between them.
Create recipe-2.html in the chapter10 folder you created earlier and ensure you have your newly created jQuery Mobile template ready.
To create a functional mobile website using jQuery Mobile, perform the following steps:
recipe-2.html and remove everything within the <body> tags as shown in the following code snippet:<!DOCTYPE html> <html> <head> <title>Chapter 10 :: jQuery ...
Read now
Unlock full access