I'm successfully inserting a row into my table via
$('#fbs tr:last').after('<tr><td><input id="vm" type="checkbox" /></td></tr>');
However after that I'm trying to select $('#vm') and not receiving anything. Everything looks right but jQuery isn't finding the element.