レンジ スライダーのテキスト ボックスに 5000000 を表示しようとしていますが、残りの桁は 500000 しか表示されていませんが、表示されません。サイズを変更しようとしましたが、texbox はレンジ スライダーの位置を再配置しています。
<form>
<div data-role="rangeslider">
<label for="minPrice">Price Range (£)</label>
<input type="range" name="minPrice" id="minPrice" min="0" max="5000000" value="0">
<label for="maxPrice">Price Range (£)</label>
<input type="range" name="maxPrice" id="maxPrice" min="0" max="5000000" value="5000000">
</div>
</form>
スライダーを再配置せずに値 5000000 をサポートする方法。誰でもこの問題を解決できるアイデアを持っています。フィドラーhttp://jsfiddle.net/8xVWY/100/で問題を再生成しました。