Untitled
unknown
plain_text
a year ago
182 B
3
Indexable
$('.order').click(function(e) {
let button = $(this);
if(!button.hasClass('animate')) { button.addClass('animate'); setTimeout(() { button.removeClass('animate'); }, 10000); }
});Editor is loading...
Leave a Comment