Adding Amazon link

Then it links to the Amazon by searching the ISBN.

http://www.amazon.com/s/?field-keywords=<TITLE or ISBN>
 1<div id='templates'>
 2  <li class='book-entry'>
 3    <a class='amazon-link' href='#'>
 4      <h1 class='book-title'></h1>
 5      <p class='isbn'></p>
 6      <p class='ui-li-count'><a href='#' class='delete-btn' data-isbn=''>X Remove</a></p>
 7    </a>
 8  </li>
 9</div>
1clone.find('a.amazon-link').attr('href', 'http://www.amazon.com/s/?field-keywords='+book.title);

What’s next? We’re going to take a look at “Enhance the remove button in list item”.

overlaied image when clicked on thumbnail

Makzan | Mobile web app dev with phonegap | Table of Content