i am using mootools
i have div in body with like this
<div class="total-title">12</div>
total-title i am using for reference.
my mootools code is
$('total-title').set('text', 'text goes here');
i want to change text of above div.
this is not working...?
Thanks