$(".add-alert-form").click(function () {
$(".panel-pop").animate({
"top": "-100%"
}, 10).hide();
$(".alert").show().animate({
"top": "10%"
}, 500);
$("body").prepend("");
wrap_pop();
return false;
});
Are there any code examples left?
New code examples in category Javascript
-
-
-
-
-
-
-
Javascript 2022-05-14 01:00:45 Process event is emitted right before Node Process crashes and exits:
-
-
-