Here's a pretty simple mock-up of what (I think) you are trying to achieve. The meat is the .after() and .next() functions of jquery. $.after() allows you to insert something directions after a selected DOM element (in this case, your Start Date input). $.next() will allow you to select the inserted <span> and remove it if validation passes.