Updating max value of jQuery slider from input field
问题 I have a simple jquery slider, where I would like to update max:value by entering the amount in input field. Here is what I have so far: <input name="cost" type="text" class="inputbox" size="10" id="cost" /> <label for="status">Progress Bar:</label> <input type="text" id="status" style="border:0; color:#158FB6;font-weight:bold; background-color:#F8F8F8" name="status"/> <div id="status-range" style="width: 250px;margin-top:2px"></div> $(function() { $( "#status-range" ).slider({ value:0, min: