Content from input box array?
Posted: Tue Nov 05, 2013 9:17 am
Hello! If this - it's your <li> element then to get Input field value you should use:
pre$(this).find('[name=inputAnswer]').val()/pre
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
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!