Answers for "the toggle() method in jquery is used to - a. toggle between the slideup() and slidedown() method"

4

jquery slidetoggle

$("button").click(function(){
  $("p").slideToggle();
});
Posted by: Guest on October-13-2020

Code answers related to "the toggle() method in jquery is used to - a. toggle between the slideup() and slidedown() method"

Code answers related to "Javascript"

Browse Popular Code Answers by Language