JAVASCRIPT
33
adminpanel
Guest on 18th September 2023 12:20:26 PM
// adminpanel.js
$(document).ready(function(){
$('ul#admin-panel').on('click', function(){
$(this).toggleClass('visible');
})
})
Raw Paste
Login or Register to edit or fork this paste. It's free.