Answer: We will pass class name(dot as prefix) in the selector,which will check all controls which have the same class applied then will hide them from Page.
Suppose,i have a class named button_border written on the Page or File,then i will write as:-
$(".button_border").hide();
Asked In: Many Interviews |
Alert Moderator