animations and more fun
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
$("#login-button").click(function(event){
|
||||
event.preventDefault();
|
||||
|
||||
$('form').fadeOut(500);
|
||||
$('.wrapper').addClass('form-success');
|
||||
});
|
||||
Reference in New Issue
Block a user