If database textfield is empty, container box collapse

if (itemData.status === "") {
         $item('#container2').collapse();
        } else {
         $item('#container2').expand();
 
  }