Archive: Namaste PHP AMQP framework v1.0 (2017-2020)
952 days continuous production uptime, 40k+ tp/s single node. Original corpo Bitbucket history not included — clean archive commit.
This commit is contained in:
6
html/js/modules (optional)/rotating-cards.js
Normal file
6
html/js/modules (optional)/rotating-cards.js
Normal file
@@ -0,0 +1,6 @@
|
||||
/* ROTATING CARDS */
|
||||
$('.rotate-btn').on('click', function () {
|
||||
var cardId = $(this).attr('data-card');
|
||||
$('#' + cardId).toggleClass('flipped');
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user