diff --git a/header.php b/header.php index 0d5fe5f..587a240 100644 --- a/header.php +++ b/header.php @@ -15,6 +15,8 @@ + + diff --git a/js/app.js b/js/app.js index 87eb2ff..1d5cac3 100644 --- a/js/app.js +++ b/js/app.js @@ -97,6 +97,13 @@ $(document).ready(function(){ $(window).scroll(function(e){ parallax(); + }); + $('.sl-country').select2({ + ajax: { + url: 'js/countries.php', + dataType: 'json' + } + }); //loadFragments(); routeMenu(); @@ -140,6 +147,11 @@ $(document).ready(function(){ }); } }); + $("#txtbda,#txteda").datepicker({ + showOtherMonths: true, + selectOtherMonths: true + }); + $("#roomtype").select2(); $("#detallefinan").hide(); $("#detallefinan textarea").val(""); var finan; diff --git a/js/countries.php b/js/countries.php new file mode 100644 index 0000000..1e97234 --- /dev/null +++ b/js/countries.php @@ -0,0 +1,979 @@ + \ No newline at end of file diff --git a/registration.php b/registration.php index 2670971..645a423 100644 --- a/registration.php +++ b/registration.php @@ -1,130 +1,121 @@ + +