Hi, I just starting learning javascript by myself and have quick question if anyone can help. I already checked recent post and couldn't find any similar one.
To get value of different check boxes and calculate value of those checked check boxes and show in the input field .It is working for default values more than one it doesn't work can anyone help? here id my code
Code:
<html> <head> <script src="http://code.jquery.com/jquery-1.10.1.min.js"></script>
...