I have tried to different ways to clear a form:
First Name:
You may try
$("#addRunner input").each(function(){ ... });
Inputs are no selectors, so you do not need the : Haven't tested it with your code. Just a fast guess!
: