Advertisement
Virajsinh

without each loop hide textbox in JQuery

Aug 26th, 2020
3,299
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
jQuery 0.11 KB | None | 0 0
  1. // without each loop hide textbox in JQuery
  2.  
  3. texts = $('.text-block');
  4. texts.hide(); // hides all matched elements
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement