Skip to main content
Nintex Community Menu Bar

How to write below code in button click using jquery?

$( “.sk-drawer” ).each(function() {
   $(this).hide();

});<br><br>
Be the first to reply!