如何使用 jquery 将此文本框转换为具有值 1-99 的下拉列表,并选择默认项目 1?
<input type="text" maxlength="4" size="3" onkeyup="if(typeof(getShipping) == 'function'){getShipping()}" onchange="if(typeof(getShipping) == 'function'){getShipping()}" id="Quantity" name="Quantity" value="1">