Skip to content
Snippets Groups Projects
Commit eeba1744 authored by llaffont's avatar llaffont
Browse files

Ajout des mouvements de glisse sur le calendrier / téléphone

parent 2e7742c0
Branches
Tags
No related merge requests found
......@@ -34,6 +34,16 @@ class ZendAfi_View_Helper_Accueil_Calendar extends ZendAfi_View_Helper_Accueil_B
event.preventDefault();
});
$('.calendar').bind('swiperight',
function () {
$("a.calendar_title_month_clickable:first-child").click();
});
$('.calendar').bind('swipeleft',
function () {
$("a.calendar_title_month_clickable:last-child").click();
});
$("form#calendar_select_categorie").change(function(event) {
var url = $(this).attr('action');
$(this).parents(".calendar").load(url,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment