My goal is to calculate a default value for one of the fields in a Forms table every time a new row is added. This will be simple if there is an Javascript event that fires after the new row has been added. This would be sort of like
$(document).ready()
except that it would be for a new table row instead of for the initial load of the page.
I would also love to hear from anyone who knows a better way to do this.