-
1
Check Availability
-
2
Choose Room
-
3
Make A Reservation
-
4
Confirmation
jQuery( document ).ready( function( $ ) {
var test = "";
jQuery('#book-type').change(function(){
test = jQuery('#book-type').val();
console.log(test);
});
});