<input class="A B" /> $('.A').keyup(function () { ... }); $(document).delegate('.B', 'keyup', function () { ... });