|
I am making a star voting system. But I want it to say underneath the stars something like "300 votes cast." I am use AJAX to automatically update the vote without reloading the page, but how do I change it from 300 votes cast to 301 votes cast?
Can JS change text within a <div> or something. This is a little over
EDIT: never mind I solved my own question.
Last edited by Truly; 02-18-2008 at 12:25 AM..
|