I'm having trouble only allowing positive whole numbers for an input.
I checked other people's questions, but they don't seem to work.
<input type="number" class="btn-group" placeholder = "People:" id="divideBy">
I use both jquery or javascript if those are needed for this to work.
Thanks.