1 2 3 4 5 6
$(element).keyup(myfuncA); $(element).keyup(myfuncB); $(element).unbind('keyup'); I need to get rid only of myfuncB How make the ?