Město: Velké Meziříčí jQuery.noConflict() jQuery(document).ready(function() { // redefinice $ $ = jQuery; if ($('#datepicker').length > 0) { $( "#datepicker" ).datepicker({ showButtonPanel: true, showOtherMonths: true, }); // definuj náš styl kalendáře $( "#datepicker" ).datepicker('widget').wrap(''); // na kliknutí zobraz kalendář $('.navigation .icon-calendar').click(function() { $('#datepicker').datepicker('show'); }); // na změnu hodnoty získej parametry a přesměruj $(document).on('change', 'input#datepicker', function(event) { event.preventDefault(); var curr_date = $(this).val(); var curr_url = window.location.hostname + window.location.pathname; var curr_date_splitted = curr_date.split('.'); var final_url = $(location).attr('protocol') + '//'+ curr_url + '?y=' + curr_date_splitted[2] + '&m=' + curr_date_splitted[1] + '&d=' + curr_date_splitted[0]; window.location.replace(final_url); }); } }); Listopad 2016 Předchozí Následující Druhá událost kalendáře
5. 11. 2016 09:00 - 6. 11. 2016 14:00
Kategorie: Root
Toto bude druhá událost, která je v kalendáři, je plně vyplněna. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris a tellus sed felis sodales aliquet eget sed neque. Morbi non dolor id nibh blandit congue. Class aptent taciti socios ...









