jQuery Mobile ◾ 135
application. Paste three image files called cell1.png, cell2.png, and cell3.png to the
/assets/www/images folder. To display thumbnails in the list, write the code as shown in
Listing 6.8 in the listdem o2.html file.
Listing 6.8 Code Written in the listde mo2.html File
<!DOCTYPE HTML>
<html>
<head>
<title>PhoneGap Application</title>
<script type = "text/javascript" charset = "utf-8" src = "cordova-2.3.0.js">
</script>
<link href = "jquery.mobile-1.2.0/jquery.mobile-1.2.0.min.css" rel =
"stylesheet" type = "text/css"/>
<script src = "jquery-1.8.3.min.js" type = "text/javascript"></script>
<script src = "jquery.mobile-1.2.0/jquery.mobile-1.2.0.min.js" type = "text/
javascript"></script>
<script type = "text/javascript"> ...