Prosil bych vás o radu jak přidat klasické 5 hvězdičkové hodnocení do article.php
snažil jsem se o to přes AJAX ale neumím javu bohužel. tak jsem to zkusil přes:
<ul class="star-rating">
<li class="current-rating" style="width:60%;">Currently 3/5 Stars.</li>
<li><a href="#" title="1 star out of 5" class="one-star">0</a></li>
<li><a href="#" title="2 stars out of 5" class="two-stars">25</a></li>
<li><a href="#" title="3 stars out of 5" class="three-stars">50</a></li>
<li><a href="#" title="4 stars out of 5" class="four-stars">75</a></li>
<li><a href="#" title="5 stars out of 5" class="five-stars">100</a></li>
</ul>';ale nemůžu přijít na to co dát do href.
snažil jsem se o to přes AJAX ale neumím javu bohužel. tak jsem to zkusil přes:
<ul class="star-rating">
<li class="current-rating" style="width:60%;">Currently 3/5 Stars.</li>
<li><a href="#" title="1 star out of 5" class="one-star">0</a></li>
<li><a href="#" title="2 stars out of 5" class="two-stars">25</a></li>
<li><a href="#" title="3 stars out of 5" class="three-stars">50</a></li>
<li><a href="#" title="4 stars out of 5" class="four-stars">75</a></li>
<li><a href="#" title="5 stars out of 5" class="five-stars">100</a></li>
</ul>';ale nemůžu přijít na to co dát do href.