Hide specific text with jquery on mouseover

ErmaVoit

New Member
I can't seem to get this to work:\[code\]$('.products-grid li').hover(function(){ $('.price').html().replace('DKK','');});\[/code\]I want the "DKK" to not show, when the mouse is over the list-item.I know I can do this by adding a span around the DKK, but this is not possible for me to do so. I'm locked within the setup of the HTML as you see it here.http://jsfiddle.net/4UeMd/Hope someone can help me.This might be a simple jQuery coding I'm missing, but I can't quite figure it out.Thanks in advance.
 
Back
Top