Its very basic question. I need your help. There is my variable
var total=$("#bhs").attr("value")*2;
$('div#coupon').append(total);
BUT I want to change the variable on the current page and reflect the result same time how can I do that?
Thanks
it s kind of a bet slip
user input *2 = reflect same time results.
( text input ) (Result)
user inputs 3
jquery multiples 2
and shows the result near the textbox