Welcome Guest, Not a member yet? Register   Sign In
Add some jQuery FadeIn to error message in forms! [Resolved]
#2

[eluser]cahva[/eluser]
You can execute the script as soon as the document is loaded(ie. you dont have to bind event to that):
Code:
$(function() {
    $(".errors").fadeIn(500);
});


Messages In This Thread
Add some jQuery FadeIn to error message in forms! [Resolved] - by El Forum - 06-21-2010, 02:47 AM



Theme © iAndrew 2016 - Forum software by © MyBB