1.

Which jquery method is used to hide selected elements?

Answer»

  • The hide() function in jQuery is used to try and hide the chosen element. 


  • For Example - Suppose we need to hide a division tag, that consists of id = “ib”. Then the jQuery code will be - $(“#ib”).hide();




Discussion

No Comment Found