<input type="number"

patrick

Well-known member
Joined
Dec 5, 2021
Messages
256
Programming Experience
1-3
hello
this doesn't throw an error.
C#:
<select id="sel_sta" style="width:140px">
</select>
is
sta : $("sel_sta").val()


this is the error. i don't know

C#:
<input type="number" id="poo" min="0" max="100" style="width:100%";"height:100%"></input>
is
pss : $("poo").val() <===== ERROR
 
Back
Top Bottom