Errata

jQuery Mobile: Up and Running

Errata for jQuery Mobile: Up and Running

Submit your own errata for this product.

The errata list is a list of errors and their corrections that were found after the product was released.

The following errata were submitted by our customers and have not yet been approved or disproved by the author or editor. They solely represent the opinion of the customer.

Color Key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted by Date submitted
Other Digital Version location no. 460 (Kindle)
figure 1-2, paragraph (<p></p>)

The text reads: "Toolbars are used for headers, footers and utility bars throughout a mobile sites and applications ...".
The text should read "Toolbars ... throughout mobile sites and applications ...", as "a" before plural is ungrammatical.

Troels Vedel Kloejgaard  Jun 14, 2012 
ePub United States

Example code for "congress" example, feedback.html page does not load, script called "script.js" not found.


Roger Snowden  Mar 08, 2015 
Other Digital Version 29
29% into Kindle version, Persistent footer sample code

The sample code for a persistent footer has a critical typo. When it defines the footer div as:

<div data-role=footer data-id="main" position="fixed">

the last part should be data-position="fixed". The "data-" was left out.

I'm assuming the intent was to show a fixed footer because Figure 3-12 has one.

Robert Patton  Apr 03, 2012 
Printed Page 32
United Kingdom

The web link in the fourth paragraph with the warning symbol does not work.

Anonymous  Apr 05, 2012 
Other Digital Version 40%
40% in the Kindle version, code sample for ui-li-aside

In the Amazon / Kindle version. The code sample for the "Aside Content" section has the following:

<li><a href="buy.html">Sandwich</a><span class="ui-li-aside">$3.20</span>
<li><a href="buy.html">Ice cream</a><span class="ui-li-aside">$1.50</span>
</ul>

First: close those <li>... that's minor though.
Second: The span class demonstrating the asides themselves needs to be put inside the <a> </a> in order to not overlap the right arrow. So to appear how it is shown in figure 4-13, you have to relocate it as follows:

<li><a href="buy.html">Sandwich<span class="ui-li-aside">$3.20</span></a></li>

Robert Patton  Apr 04, 2012 
PDF Page 49
1st paragraph after heading

The data-rel="external" should be rel="external" otherwise it will not work.
See:
http://jquerymobile.com/demos/1.0a4.1/docs/pages/link-formats.html
or
http://jquerymobile.com/test/docs/pages/page-links.html

Theo  Jul 26, 2012 
Printed Page 74
1st and 2nd

The footer position in both the home and help pages is writtene as "position=". This should be "data-position="

This error is also reproduced in the source code downloaded from this site.

graham seed  Mar 09, 2013 
Printed Page 115
United States

action="get" should be replaced with method="get" .

laker2000  May 26, 2012 
Printed Page 120
Comments Labels in Figure 5-4

The label for comments at the top in the two mobile screen shots of figure 5-4 should have been "Your comments:" instead of just "Comments:" as per the HTML code above the figure.

M. Vidyasagar  Jan 09, 2013 
PDF Page 143
1st paragraph

The second script in the example ends with an opening script tag while this should be a closing script tag

Theo  Aug 10, 2012