I have 4 buttons with different id\'s. When i click on them i need to perform one function. So i need something like this:
$(\'#button #button\').click(funct
Easiest would be to add a class to all your buttons like so:
$('.button_action').click(function()