mirror of
https://github.com/janishutz/libreevent.git
synced 2025-11-25 05:14:23 +00:00
3 lines
72 B
JavaScript
3 lines
72 B
JavaScript
function toggleList( element ) {
|
|
$( '#' + element ).slideToggle();
|
|
} |