I have two types of buttons that I want to use the same code block. Rather than create two event handlers is it possible to reference the buttons by doing something like this:
$(".lb",".da")
I've tried the specific example and it doesn't work but hopefully it'll give you an idea for what I'm aiming at doing.
TIA
Lloyd