I have 3 buttons with same id, I need to get each button value when he\'s being clicked.
From my experience, if you use $('button#xyz') selector instead it will work. That's a hack, but it's still invalid HTML.
$('button#xyz')