0

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.

A.D.
  • 2,352
  • 2
  • 15
  • 25

0 Answers0