web/data/cubicweb.rhythm.js
author Julien Cristau <julien.cristau@logilab.fr>
Mon, 20 Feb 2012 11:32:55 +0100
changeset 8246 84f0a2e0059e
parent 5658 7b9553a9db65
permissions -rw-r--r--
[book] document the WEEKDAY rql function Added in 3.14.

$(document).ready(function() {
    $('a.rhythm').click(function (event){
        $('div#pageContent').toggleClass('rhythm_bg');
        $('div#page').toggleClass('rhythm_bg');
        event.preventDefault();
    });
});