Advertisement
bongzilla

Untitled

Jun 9th, 2022
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. $(function() {
  2. $('.select__home--append').each(function() {
  3. var location = $(this).find(".select__location").text();
  4. var home = $(this).find(".select__home").text();
  5.  
  6. $('.form__home--select').append('<option value="' + location + '">' + home + '</option>');
  7. })
  8. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement