[spoiler="Exemplu"][/spoiler]
În Type of polling form la sfârşit adăugăm:
Code
<script type="text/javascript">
$('div.answer span').each(function(){$(this).html($(this).html()+'<span class="procent">'+$(this).attr('title').match(/\([0-9]+%\)/)+'</span>')});
</script>
În CSS adăugăm:
Code
div.answer span.procent {
margin: 0 0 0 5px;
font-style: italic;
font-weight: normal;
}