Table of Content
Adding Amazon link
Then it links to the Amazon by searching the ISBN.
http://www.amazon.com/s/?field-keywords=<TITLE or ISBN>
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”.