HTML code:
Days
Jquery code:
$(\'#se
i've a trouble too. I assign event to but there not work!
$(document).ready(function(){ $("#test ul").bind("keyup",function(){ alert('Handler for .keyup() called.'); });
})