I have a fiddle here
I have multiple fieldsets and the user can also choose to create fieldsets. When the user focuses on the ‘question’ input the ‘answer’ input fields slides down (if its not already down) and all other ‘answer’ fields slide up.
At the first part of the program it automatically adds two forms that show the question and answer fields but i want to hide the second answer field to save room until they click the question input and it slides down.
Check this out: http://jsfiddle.net/GyFz3/
Contain the focus in the
document.ready, then call.trigger()on the first field.