

jQuery(document).ready(function() {
    /*jQuery('.itemTableauDeBord').each(function() {
        //console.log('get item ');
        console.log('Applied sortable on #' + jQuery(this).attr('id'));
        jQuery(this).sortable({ handle: 'h4'});

    });*/

    //jQuery("#newCoocoonersLst img").bind("mouseenter", function() {
    //    jQuery(this).effect("pulsate", { times: 1 }, 400);
    //});
});
