I am trying to make a poll application with java and jQuery for UI. The questions will be visible but answers will be hidden. I want that when a user clicks a question the answers will slide down. But in the implementation should i make every question and it’s answers in a different ‘div’ element. What should be my outline?
Share
There are several ways to solve the problem, but I’d do something like this:
And script-wise