hello.
i have this :
<script>var newnumber="680";</script> <div id="number-area">458<div> <button onclick="changeit()">
i want a jquery code to change the content of the div "number-area" to the variable "newnumber".
and that's with a fad in & fad out like when you click "digg" button on digg website.
Thanks