As someone who is new to jQuery and coding in general, I have spent several days working on a shopping list App using jQuery. While I have made progress, there are two specific issues that I am struggling with.
The quantity selector has been successfully implemented, but after selecting a number quantity and adding it, the item does not show up on my list. I'm having difficulty identifying where exactly I need to add the proper string in order for the quantity to appear in the list when the add button is clicked.
To view my code Demo, click here: http://jsbin.com/cetisobuhe/edit?html,js,output