Guest User

Untitled

a guest
Dec 12th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. let esVacio = lista_rep1.length == 0;
  2. select.empty();
  3. select.prop('disabled',esVacio);
  4. select.append('<option selected value="0">Seleccione...</option>');
Add Comment
Please, Sign In to add comment