mirror of
https://github.com/openclassify/openclassify.git
synced 2026-03-10 10:15:28 -05:00
3 lines
106 B
JavaScript
3 lines
106 B
JavaScript
$('.show-all').on('click', function () {
|
|
$(this).siblings('.hidden-category').toggleClass('hidden')
|
|
}) |