mirror of
https://github.com/timmypidashev/web.git
synced 2026-04-14 19:13:51 +00:00
animations and more fun
This commit is contained in:
6
js/python/login.js
Normal file
6
js/python/login.js
Normal file
@@ -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