onkeyup in jquery

onkeyup in jquery

Hey guys,

Is there a way of catching an 'onkeyup' event with jQuery?

ie.

$('#name').onkeyup(function(){alert(this.value);});

???? thank you.