skip to Main Content

Show output not in an input-Twitter bootstrap

I created a slider, which fulfills my needs. But I do not want to show the output value in an input. Here is my Codepen: https://codepen.io/anon/pen/MOZGVx?editors=1010 $( document ).ready(function() { function update() { $optiona = $("#optiona").val(); $optionb = $("#optionb").val(); $totalsum…

VIEW QUESTION
Back To Top
Search