[jQuery] Fade question
[jQuery] Fade question
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=us-ascii" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.18865"></HEAD>
<BODY>
<DIV><FONT size=2 face="Trebuchet MS"><SPAN class=867563122-11012010>When i add
a new record its inserted into a div. How can I make it so its has a color then
fades out. Kind of like a success message after you save something only i am
just fading out the color not the content.</SPAN></FONT></DIV>
<DIV><FONT size=2 face="Trebuchet MS"><SPAN
class=867563122-11012010></SPAN></FONT> </DIV>
<DIV><FONT size=2 face="Trebuchet MS"><SPAN class=867563122-11012010>jquery UI
highlight is a good example of the idea i am looking for.</SPAN></FONT></DIV>
<DIV><FONT size=2 face="Trebuchet MS"><SPAN
class=867563122-11012010></SPAN></FONT> </DIV>
<DIV><FONT size=2 face="Trebuchet MS"><SPAN class=867563122-11012010>So I have
my:</SPAN></FONT></DIV>
<DIV><FONT size=2 face="Trebuchet MS"><SPAN
class=867563122-11012010></SPAN></FONT> </DIV>
<DIV><FONT size=2 face="Trebuchet MS"><SPAN
class=867563122-11012010>$
response.html
.hide
.prependTo
'#sortable'
.slideDown
'slow'
;</SPAN></FONT></DIV>
<DIV><FONT size=2 face="Trebuchet MS"><SPAN
class=867563122-11012010></SPAN></FONT> </DIV>
<DIV><FONT size=2 face="Trebuchet MS"><SPAN class=867563122-11012010>so i would
like it to be yellow for example when the user first sees the new record then
slowly fade out leaving only the record.</SPAN></FONT></DIV>
<DIV><FONT size=2 face="Trebuchet MS"><SPAN
class=867563122-11012010></SPAN></FONT> </DIV>
<DIV><FONT size=2 face="Trebuchet MS"><SPAN
class=867563122-11012010>Thanks</SPAN></FONT></DIV>
<DIV> </DIV>
<DIV align=left><FONT size=2 face=Arial>Dave</FONT></DIV></BODY></HTML>