Any jQuery experts here?
I spent several hours trying to add .fadeIn effect to the result so that result doesn't appear immediately, but fades in. No success. Can somebody help?Code:if(msg == "OK") { result = '<img src="/images/sent.png"><br />Your message has been sent'; $("#fields").hide(); $(this).html(result); }



Reply With Quote

Bookmarks