I was wondering if it was possible to do something like this. I want the ability of the keyup function for textboxes but I would like it to work with checkboxes as well without having to write another function.
$('#title, #business').keyup.change(function() {
Use
orbind()on():AhamedMustafaM+1 to you is right: as of jQuery 1.7,
on()is the preferred method to add event listeners.