Design web application functionality for a table with checkboxes. Talk about how you would implement some features for it and show code.
Anonym
Add a select all checkbox at the top of the table that toggles all/none, shift+click functionality to select/deselect. Provided simple jQuery code to do that.