I'm creating a website using .net and use the built in ajax features.
I have a label that holds a total for a list of bookmarks. When an add/remove bookmark event is triggered on the page the total is incremented/decremented automatically.
What I'd like to do however is highlight the button for a period (or even make it flash) after an event is triggered so that its a little more obvious. At the most basic, change the colour for n secs then return back to original colour.
I'm struggling to think of the best way of achieving this. I can add a class is necessary via the update process.
Come to think of it, this forum does the same thing when you post a new thread.
Any guidance would be appreciated.