| Current Path : /home/happyrenas/happy-rentals.com/js/fullpage/examples/ |
Linux webd005.cluster105.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 |
| Current File : /home/happyrenas/happy-rentals.com/js/fullpage/examples/examples.js |
$(document).ready(function(){
$("#demosMenu").change(function(){
window.location.href = $(this).find("option:selected").attr("id") + '.html';
});
});