Even if I force the spinner to be type = "text", with this code?
I would like to put a zero (0) before the value when it is between 0 and 10
Code:
$('.example .spinner-value').attr('type', 'text');
I would like to put a zero (0) before the value when it is between 0 and 10