HTML:
You can use .toggle() here
$("#add").click(function() { $(".input:hidden:first").toggle(); });