Jquery – Adding a new Input field to a Thymeleaf form using J-Query
I'm trying to create an application in Spring in which the User designs a quiz. They create a quiz by submitting questions using a Thymeleaf form. ‘Question’ is a class with a few different attributes, but for simplicity I am…