The hide() function hides an element by ____.

 Posted by Vivek.Ramapuram on 7/3/2015 | Category: jQuery Interview questions | Views: 4898 | Points: 40
Select from following answers:
  1. setting “display” inline style attribute of that element to “none”.
  2. setting “visibility” inline style attribute of that element to “hidden”.
  3. setting the horizontal attribute of that element to “-100px” off visible screen.
  4. setting the vertical attribute of that element to “-100px” off visible screen.
  5. All Above

Show Correct Answer


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response