Hello! If this - it's your <li> element then to get Input field value you should use:
pre$(this).find('[name=inputAnswer]').val()/pre
Hello! If this - it's your <li> element then to get Input field value you should use:
pre$(this).find('[name=inputAnswer]').val()/pre
Thank you. That works perfectly!