I need change "Výrobce" in this span:
<span class="p-cat-manufacturer">Výrobce:<span itemprop="brand">Jamie</span></span>
I try this:
<script type="text/javascript">
$(document).ready(function(){ $('.p-cat-manufacturer').html('Dodavatel:'); });
</script>
But this code replaces all text with span.