How to hide current element or controls in jQuery?

 Posted by vishalneeraj-24503 on 6/9/2014 | Category: jQuery Interview questions | Views: 2062 | Points: 40
Answer:

We have to pass this keyword in selector as it indicates current object in Dot Net and hide is an in-build method which is used to Hide any controls from Page.

For Example:-
$(this).hide();


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response