79825139

Date: 2025-11-20 06:03:25
Score: 2
Natty:
Report link
// Source - https://stackoverflow.com/a/68778493
// Posted by Alexandr Shulaev, modified by community. See post 'Timeline' for change history
// Retrieved 2025-11-20, License - CC BY-SA 4.0

$('.card').click(function(e){
    e.preventDefault();
    $(this).toggleClass('flipped');
})
Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: دحومي ٩٩