Guest User

Untitled

a guest
Jul 17th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. function howManyBed() {
  2. select_min.on('click', function () {
  3. min_beds = $('#min_beds option:selected').val();
  4. });
  5. select_max.on('click', function () {
  6. max_beds = $('#max_beds option:selected').val();
  7. })
  8. }
Add Comment
Please, Sign In to add comment