This is what I have so far and the shoe types are boots, wellingtons, leather, trainers (in that order)
boots, wellingtons, leather, trainers (in that order)
I want to iterate through and assign th
if $(this).attr('id') is the type of shoes you can try that
$(this).attr('id')
shoeArray[$(this).attr('id')] = parseInt($(this).val());