How to use jQuery to get the checked checkboxes values, and put it into a textarea immediately?
Just like this code:
&l
$("#t").text($("#cb").find(":checked").val())