I have a treasure box(an image that when clicked displays a fancybox which in-turn calls a table in the database Learner_Treasure
).
The user chooses a treasure and that treausre is stored in the Learner_Treasure
table and is displayed in the treasure box.
However there is no form of feedback when an item is stored into the treasure box (So the user never knows when the is changes in the contents of their treasure box).
What i want to do is make it flicker when there is a new item, until the user presses to open up the fancybox.
Anyone know how to do this? Any similar examples will help.