On Mon, Dec 22, 2008 at 7:20 AM, heohni <heidi.anselstet...@consultingteam.de> wrote: > > > This: status.addClass(the_new_status); > prints the new status, but the browser does not show the image which > is connected with the new status class? > Can I somehow refresh the div only? Is that possible? >
Sorry for the delay; I've been away. If you set things up the way I was thinking, changing the class should only change the position of the image, not the image, itself. It would be a single image composed of each of the single status images. If the status class is first removed, then the new class applied, it should work.