Flights to Beach Destinations

$91
$91
$142
$184
$209
$210
$268
$269
$270
var editSearchBtnText = 'Edit Search'; var editSearchOpenedText = 'Edit Search'; jQuery(document).on('click', "#toggle", function () { if (window.matchMedia("(min-width: 768px)").matches) { jQuery(this).toggleClass("on"); jQuery("#menu").slideToggle(); if (jQuery(this).hasClass('on')) { jQuery(this).find('.Search-bar').val(editSearchOpenedText); } else { jQuery(this).find('.Search-bar').val(editSearchBtnText); } } });