Skip to main content
Nintex Community Menu Bar
Question

How to write jquery code in Button click(i have used inline snippet for js code)?

  • July 9, 2024
  • 0 replies
  • 6 views

Forum|alt.badge.img+2

How to write below code in button click using jquery?

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

});<br><br>