ConfirmIt jQuery append text after an open text field

Append a text after an input e.g. add the text "years" after an open-text field when asking an age question.

//surveyscripting.com

<script type="text/javascript">
  $('#Q1').after('&nbsp; years old');
</script>