Skip to content

Instantly share code, notes, and snippets.

@bricker
Created March 25, 2015 16:39
Show Gist options
  • Save bricker/12a08f0c735b8e055ab5 to your computer and use it in GitHub Desktop.
Save bricker/12a08f0c735b8e055ab5 to your computer and use it in GitHub Desktop.
$('#btnbtnbtn').on('click', function(e) {
var res = $('#res').val();
var sum= $('#sumThis').val();
var ress=res+sum;
$('#res').val(ress);
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment