javascript - Blinks or flash bgcolor -


I have a table showing the last 10 news but when I want to order a new order, TD blink or flash Appears in BGCollaur.

If you are using jQuery From animate you can get:

  $ ("my-new-tr TD"). CSS ("Background: #FFFF0000") // Make background color yellow. ("Background": "#ffffff"}) // white becomes white.Parent (.) RemoveClass ("my-new-TR");  

Your newly added line will be made to my-new when it was created. This class will be removed after effect.


Comments