Skip to content

Instantly share code, notes, and snippets.

@viniciusalonso
Created February 12, 2016 12:02
Show Gist options
  • Save viniciusalonso/be85bf95ba22cec08672 to your computer and use it in GitHub Desktop.
Save viniciusalonso/be85bf95ba22cec08672 to your computer and use it in GitHub Desktop.
$('#tag-pai-dos-botoes').on('click', '.remove_emprego',function(){
alert('teste');
$('.'+$(this).attr('value')).remove();
n = parseInt($('#contador_emprego').val())-1;
$('#contador_emprego').val(n);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment