I need to find a way to the get the class from a li and then add that class to a div that wraps all my main content. so...
<div class="structBody">
    <ul id="ContentBreadCrumbsColor">
      <li class="teal"></li>
    </ul>
  <div class="cntrWrap LI_CLASS_GOES_HERE">
    HTML TEXT GOES HERE
  </div>
</div>
Can anyone help? I have tried so many different ideas but I'm still very new to jQuery.