I'm struggling with jQuery :( dunno how to implement probably the simplest thing ever.
I want to show the text on hover using this HTML
<li class="wc-layered-nav-term with-swatch-image">
<span class="swatch-inner">
<span class="filter-swatch">
<span style="background-image: url(white);" class="">white</span></span>
<span class="layer-term-name">White</span></span>
<span class="count">1</span></li>
So on the hover of an image, I want to show the text White from the layer-term-name class.