UNPKG

altinn-designsystem

Version:

Altinn Design system based on Pattern Lab.

6 lines (5 loc) 155 B
var cardsToggle = function() { $('.a-box-button').on('click', function() { $(this).blur(); // remove blue background on expanded cards }); };