My web page is like the following:
TEXT, FORMS, and STUFF
Maybe .toggle can help you achieve this?
$("#btn2").click(function (e) { $("#id1").toggle(); $("#id2").toggle(); $("#id3").toggle(); });