HELP! Having trouble with live() function

HELP! Having trouble with live() function

Ok I have a page divided up into two tabs using jQuery. The problem is that I want both of the tab "pages" to have similar functionality. The problem is that one of the divs is initially hidden with display none. Well when the hidden div is finally displayed and the original div that was shown is hidden it has none of the functionality I wanted it to have even though the elements that I wanted to be edited with jquery the same name. I thought live was supposed to automatically be able to update as items are added to the dom and taken away from the dom.

Can someone please help me.