Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. let inLA = false;
  2. var zipsLA = ["700, 701, 703, 704, 705, 706, 707, 708, 710, 711, 712, 713, 714"];
  3. const $zipField = document.getElementById('formFieldZip')
  4. const $zipValue = document.getElementById('formFieldZip').value
  5.  
  6. zipField.addEventListener('blur', function(){
  7. console.log(zipValue);
  8. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement