calendrier sur juillet
This commit is contained in:
parent
824ff8db7d
commit
b90195224f
@ -279,10 +279,13 @@ document.addEventListener('DOMContentLoaded', function() {
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
//// ancre dans texte au click paragraphe correspondant arrive en dessous du header
|
|
||||||
|
|
||||||
|
|
||||||
(function($, window) {
|
(function($, window) {
|
||||||
|
|
||||||
|
|
||||||
|
//// ancre dans texte au click paragraphe correspondant arrive en dessous du header
|
||||||
|
|
||||||
var adjustAnchor = function() {
|
var adjustAnchor = function() {
|
||||||
var $anchor = $('.sidebar_first_container'),
|
var $anchor = $('.sidebar_first_container'),
|
||||||
fixedElementHeight = 500;
|
fixedElementHeight = 500;
|
||||||
@ -400,7 +403,7 @@ $( document ).ready(function() {
|
|||||||
|
|
||||||
// Aller au 9e élément à l'initialisation
|
// Aller au 9e élément à l'initialisation
|
||||||
$('.__timeline-content').on('init', function(event, slick){
|
$('.__timeline-content').on('init', function(event, slick){
|
||||||
slick.slickGoTo(8); // Index 8 = 9e item
|
slick.slickGoTo(9); // Index 8 = 9e item
|
||||||
});
|
});
|
||||||
|
|
||||||
$('.__timeline-content').slick({
|
$('.__timeline-content').slick({
|
||||||
|
File diff suppressed because one or more lines are too long
@ -221,10 +221,13 @@ document.addEventListener('DOMContentLoaded', function() {
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
//// ancre dans texte au click paragraphe correspondant arrive en dessous du header
|
|
||||||
|
|
||||||
|
|
||||||
(function($, window) {
|
(function($, window) {
|
||||||
|
|
||||||
|
|
||||||
|
//// ancre dans texte au click paragraphe correspondant arrive en dessous du header
|
||||||
|
|
||||||
var adjustAnchor = function() {
|
var adjustAnchor = function() {
|
||||||
var $anchor = $('.sidebar_first_container'),
|
var $anchor = $('.sidebar_first_container'),
|
||||||
fixedElementHeight = 500;
|
fixedElementHeight = 500;
|
||||||
@ -342,7 +345,7 @@ $( document ).ready(function() {
|
|||||||
|
|
||||||
// Aller au 9e élément à l'initialisation
|
// Aller au 9e élément à l'initialisation
|
||||||
$('.__timeline-content').on('init', function(event, slick){
|
$('.__timeline-content').on('init', function(event, slick){
|
||||||
slick.slickGoTo(8); // Index 8 = 9e item
|
slick.slickGoTo(9); // Index 8 = 9e item
|
||||||
});
|
});
|
||||||
|
|
||||||
$('.__timeline-content').slick({
|
$('.__timeline-content').slick({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user