A bit stumped, this works for this first control but how do I apply it to the rest (list)
$(function () {
$("#spinner").spinner({
step: 0.01,
numberFormat: "n"
});
});
@foreach (var item in Model)
{<input id="spinner" value="@item.Price" name="[email protected]"/>}