|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693 |
-
- /**
- Copyright La boîte à pain (2018)
-
- contact@laboiteapain.net
-
- Ce logiciel est un programme informatique servant à aider les producteurs
- à distribuer leur production en circuits courts.
-
- Ce logiciel est régi par la licence CeCILL soumise au droit français et
- respectant les principes de diffusion des logiciels libres. Vous pouvez
- utiliser, modifier et/ou redistribuer ce programme sous les conditions
- de la licence CeCILL telle que diffusée par le CEA, le CNRS et l'INRIA
- sur le site "http://www.cecill.info".
-
- En contrepartie de l'accessibilité au code source et des droits de copie,
- de modification et de redistribution accordés par cette licence, il n'est
- offert aux utilisateurs qu'une garantie limitée. Pour les mêmes raisons,
- seule une responsabilité restreinte pèse sur l'auteur du programme, le
- titulaire des droits patrimoniaux et les concédants successifs.
-
- A cet égard l'attention de l'utilisateur est attirée sur les risques
- associés au chargement, à l'utilisation, à la modification et/ou au
- développement et à la reproduction du logiciel par l'utilisateur étant
- donné sa spécificité de logiciel libre, qui peut le rendre complexe à
- manipuler et qui le réserve donc à des développeurs et des professionnels
- avertis possédant des connaissances informatiques approfondies. Les
- utilisateurs sont donc invités à charger et tester l'adéquation du
- logiciel à leurs besoins dans des conditions permettant d'assurer la
- sécurité de leurs systèmes et ou de leurs données et, plus généralement,
- à l'utiliser et l'exploiter dans les mêmes conditions de sécurité.
-
- Le fait que vous puissiez accéder à cet en-tête signifie que vous avez
- pris connaissance de la licence CeCILL, et que vous en avez accepté les
- termes.
- */
-
- /* French initialisation for the jQuery UI date picker plugin. */
- /* Written by Keith Wood (kbwood{at}iinet.com.au),
- Stéphane Nahmani (sholby@sholby.net),
- Stéphane Raimbault <stephane.raimbault@gmail.com> */
- (function( factory ) {
- if ( typeof define === "function" && define.amd ) {
-
- // AMD. Register as an anonymous module.
- define([ "../jquery.ui.datepicker" ], factory );
- } else {
-
- // Browser globals
- factory( jQuery.datepicker );
- }
- }(function( datepicker ) {
- datepicker.regional['fr'] = {
- closeText: 'Fermer',
- prevText: 'Précédent',
- nextText: 'Suivant',
- currentText: 'Aujourd\'hui',
- monthNames: ['janvier', 'février', 'mars', 'avril', 'mai', 'juin',
- 'juillet', 'août', 'septembre', 'octobre', 'novembre', 'décembre'],
- monthNamesShort: ['janv.', 'févr.', 'mars', 'avril', 'mai', 'juin',
- 'juil.', 'août', 'sept.', 'oct.', 'nov.', 'déc.'],
- dayNames: ['dimanche', 'lundi', 'mardi', 'mercredi', 'jeudi', 'vendredi', 'samedi'],
- dayNamesShort: ['dim.', 'lun.', 'mar.', 'mer.', 'jeu.', 'ven.', 'sam.'],
- dayNamesMin: ['D','L','M','M','J','V','S'],
- weekHeader: 'Sem.',
- dateFormat: 'dd/mm/yy',
- firstDay: 1,
- isRTL: false,
- showMonthAfterYear: false,
- yearSuffix: ''};
- datepicker.setDefaults(datepicker.regional['fr']);
-
- return datepicker.regional['fr'];
-
- }));
-
-
- $(document).ready(function() {
- //chat_scroll() ;
- chat_tabs_gamme_saison() ;
- //chat_slideshow() ;
- $('[data-toggle="tooltip"]').tooltip() ;
- chat_systeme_commande() ;
- chat_profil_user() ;
- $('.dropdown-toggle').dropdown() ;
- }) ;
-
- function chat_profil_user() {
- if($('#profil-user').size()) {
- if($('#user-no_mail').is(':checked')) {
- $('#mails-jours-prod').hide() ;
- }
- $('#user-no_mail').change(function() {
- if($('#user-no_mail').is(':checked')) {
- $('#mails-jours-prod').hide() ;
- }
- else {
- $('#mails-jours-prod').fadeIn() ;
- }
- }) ;
- }
- }
-
- function chat_event_click_point_vente(id, force) {
-
- if($('.point-vente-'+id).data('code') == 1) {
-
- $('#modal-code #id-point-vente').val(id) ;
- $('#modal-code').modal('show') ;
-
- }
- else {
- $('#commande-id_point_vente').val(id) ;
-
- $('#points-vente .point-vente').removeClass('selected') ;
- $('.point-vente-'+id).addClass('selected') ;
- $('.point-vente-'+id).hide().fadeIn('fast') ;
-
- var pain = parseInt($('.point-vente-'+id).data('pain')) ;
- var vrac = parseInt($('.point-vente-'+id).data('vrac')) ;
-
- if(pain) {
- $('#pain .table').show() ;
- $('#pain .indisponible').hide() ;
- }
- else {
- $('#pain .table').hide() ;
- $('#pain .indisponible').show() ;
- }
-
- if(vrac) {
- $('#vrac .table').show() ;
- $('#vrac .indisponible').hide() ;
- }
- else {
- $('#vrac .table').hide() ;
- $('#vrac .indisponible').show() ;
- }
-
- $('#produits, .valider-commande, .btn-commentaire, #bar-fixed').fadeIn() ;
-
- // credit pain
- chat_systeme_commande_credit_pain_event(chat_systeme_commande_maj_table_prix()) ;
-
- // scroll
- if(!force) {
- boulange_scroll('step-infos-pv') ;
- }
-
- // infos point de vente
- $('.infos-pv').hide() ;
- $('.infos-pv-'+id).fadeIn() ;
- }
- }
-
- function chat_init_horaire_point_vente(date) {
- $('.infos-pv .jour').hide() ;
- var selector_jour = '.infos-pv .jour-'+date.getDay() ;
- $(selector_jour).show() ;
-
- $('.select-previous-day').unbind('click').click(function() {
- $('.ui-datepicker-current-day').prev().find('a').click() ;
- }) ;
- }
-
- function chat_base_url(with_slug) {
- var base_url = $('meta[name=base-url]').attr('content')+'/' ;
- if(with_slug) {
- base_url += $('meta[name=slug-producer]').attr('content')+'/' ;
- }
- return base_url ;
- }
-
- function chat_systeme_commande() {
-
- if($('.commande-form').size()) {
-
- // scroll initial
- if($('.boulangerie.selected').size())
- {
- boulange_scroll('step-choix-date') ;
- }
-
- // affichage des différentes parties du formulaire
- if(!$('#commande-id_production').val()) {
- $('#depots, #points-vente, #produits, .valider-commande, #info-horaire-retrait-commande, .btn-commentaire, #bar-fixed').hide() ;
- }
- else if(!$('#commande-id_point_vente').val()) {
- $('#produits, .valider-commande, .btn-commentaire, #bar-fixed').hide() ;
- }
-
- // points de vente
- if($('#commande-id_point_vente').val())
- chat_event_click_point_vente($('#commande-id_point_vente').val(), true) ;
-
- $('#modal-code form').submit(function() {
- var id_pv = $('#modal-code #id-point-vente').val() ;
- var code = $('#modal-code #code').val() ;
- $.get(chat_base_url(true)+'commande/verif-code-point-vente',{
- id_point_vente: id_pv,
- code: code
- }, function(ok) {
- if(ok) {
- $('.point-vente-'+id_pv).data('code',0) ;
- $('.point-vente-'+id_pv+' .glyphicon').remove() ;
- $('input[name="code_point_vente_'+id_pv+'"]').val(code) ;
- $('#modal-code').modal('hide') ;
-
- chat_event_click_point_vente($('#modal-code #id-point-vente').val()) ;
- }
- else {
- $('#modal-code .field-code').addClass('has-error') ;
- $('#modal-code .help-block-error').hide().fadeIn() ;
- }
- }) ;
- return false ;
- }) ;
-
- $('#points-vente .point-vente').click(function() {
- var id = parseInt($(this).find('.id').html()) ;
- chat_event_click_point_vente(id) ;
- }) ;
-
- // datepicker
- var dates_production = [] ;
- $('#dates div').each(function() {
- dates_production.push($(this).find('.date').html()) ;
- }) ;
-
- //var var_datepicker = $.datepicker ;
-
- $('#datepicker-production').datepicker({
- beforeShowDay: function(date){
- var string = $.datepicker.formatDate('dd/mm/yy', date);
-
- for(var i=0; i<dates_production.length; i++) {
- //alert(dates_production[i]+' '+string) ;
- if(dates_production[i] == string)
- return [1] ;
- }
-
- return [0] ;
-
- // désactivé car internet explorer plante
- //return [ dates_production.indexOf(string) != -1 ] ;
- },
- onSelect: function(selectedDate) {
-
- $('.infos-pv').hide() ;
-
- // on remet tout les prix à zéro
- chat_systeme_commande_reset_table_prix() ;
-
- $('#has-commande-en-cours').hide() ;
-
- var tab_date = selectedDate.split('/') ;
- var date = new Date(tab_date[2],tab_date[1]-1,tab_date[0]) ;
-
- // set id production
- var id_production = 0 ;
- $('#dates div .date').each(function() {
- if($(this).html() == selectedDate) {
- id_production = $(this).parent().find('.id_production').html() ;
- }
- });
- $('#commande-id_production').val(id_production) ;
-
- // verif si le gars a une commande en cours pour cette production
- var has_commande_en_cours = false ;
- $('#commandes-en-cours .commande').each(function() {
- if($(this).data('idproduction') == id_production) {
- //alert('bada') ;
- $('#has-commande-en-cours a').attr('href',$(this).data('href')) ;
- $('#has-commande-en-cours').show() ;
- has_commande_en_cours = true ;
-
- $('#depots, #points-vente, #produits, #info-horaire-retrait-commande').hide() ;
- }
- }) ;
-
- if(!has_commande_en_cours) {
-
- chat_systeme_commande_produits_dispos(tab_date[2]+'-'+tab_date[1]+'-'+tab_date[0], date) ;
-
- $('#produits, .valider-commande, .btn-commentaire, #bar-fixed').hide() ;
-
- // déselection points de vente
- $('#points-vente .point-vente').removeClass('selected') ;
- $('#commande-id_point_vente').val('') ;
-
- // affichage points de vente
- $('#depots, #points-vente, #info-horaire-retrait-commande').fadeIn() ;
-
- // scroll
- boulange_scroll('step-choix-depot') ;
- }
-
- }
- }) ;
-
- if($('#commande-id_production').val()) {
- $("#dates .id_production").each(function() {
- if($(this).html() == $('#commande-id_production').val()) {
- var tab_date = $(this).parent().find('.date').html().split('/') ;
- var date = new Date(tab_date[2],tab_date[1]-1,tab_date[0]);
- $('#datepicker-production').datepicker('setDate',date) ;
- chat_systeme_commande_produits_dispos(tab_date[2]+'-'+tab_date[1]+'-'+tab_date[0], date) ;
- chat_init_horaire_point_vente(date) ;
- }
- }) ;
- }
-
-
- // tableau produits
- $('.commande-form .move-quantity').click(function() {
-
- var vrac = ($(this).parent().parent().parent().parent().parent().parent().parent().attr('id') == 'vrac') ;
-
- if(vrac) {
- var quantite = parseInt($(this).parent().parent().find('input.quantity').val()) ;
-
- if($(this).hasClass('moins') && quantite != 0)
- quantite -= 500 ;
- if($(this).hasClass('plus'))
- quantite += 500 ;
-
- $(this).parent().parent().find('input.quantity').val(quantite) ;
-
- chat_systeme_commande_maj_table_prix();
-
- }
- else {
- var quantite_totale = 0 ;
- $('.quantity').each(function() {
- quantite_totale += parseInt($(this).val()) ;
- }) ;
-
- var quantite = parseInt($(this).parent().parent().find('input.quantity').val()) ;
- var quantite_restante = parseInt($(this).parent().parent().parent().find('.quantite-restante .nb').html()) ;
- var quantite_max = $(this).parent().parent().parent().parent().data('quantite-max') ;
- var no_limit = $(this).parent().parent().parent().parent().data('no-limit') ;
-
- if($(this).hasClass('moins') && quantite != 0) {
- quantite -- ;
- quantite_restante ++ ;
- }
-
- if($(this).hasClass('plus') ){
- if(quantite_restante > 0 || no_limit) {
- quantite ++ ;
- quantite_restante -- ;
- }
- }
-
- $(this).parent().parent().parent().find('.quantite-restante .nb').html(quantite_restante) ;
-
- if(quantite_restante <= 5 && quantite_restante > 0) {
- $(this).parent().parent().parent().find('.quantite-restante').fadeIn() ;
- }
- else {
- $(this).parent().parent().parent().find('.quantite-restante').hide() ;
- }
- if(quantite_restante == 0 && !no_limit) {
- $(this).parent().parent().parent().find('.epuise').fadeIn() ;
- }
- else {
- $(this).parent().parent().parent().find('.epuise').hide() ;
- }
-
- $(this).parent().parent().find('input.quantity').val(quantite) ;
-
- chat_systeme_commande_maj_table_prix();
-
- }
-
- }) ;
- chat_systeme_commande_maj_table_prix() ;
- chat_systeme_commande_credit_pain();
- }
-
- // commentaire commande
- $('.commande-form .btn-commentaire').click(function() {
- if($('.field-commande-commentaire').css('display') == 'none') {
- $('.field-commande-commentaire').slideDown() ;
- }
- else {
- $('.field-commande-commentaire').slideUp() ;
- }
- return false ;
- }) ;
-
- // bar fixed
- if($('#bar-fixed').size()) {
- $(window).scroll(function (event) {
- var scroll = $(window).scrollTop() + $(window).height();
- var pos_bottom_produits = $('#table-produits').offset().top + $('#table-produits').height() + 100 ;
-
- if($(window).height() < 1000) {
- if(!$('#bar-fixed').hasClass('not-fixed')) {
- $('#bar-fixed').addClass('not-fixed') ;
- }
- }
- else {
- if(scroll > pos_bottom_produits) {
- if(!$('#bar-fixed').hasClass('not-fixed')) {
- $('#bar-fixed').addClass('not-fixed') ;
- }
- }
- else {
- $('#bar-fixed').removeClass('not-fixed') ;
- }
- }
-
-
- });
- }
- }
-
- function chat_systeme_commande_produits_dispos(str_date, date) {
- // produits dispos à la vente à cette date
- $.get(chat_base_url(true)+'commande/infos-production',{
- id_production: $('#commande-id_production').val()
- }, function(data) {
-
- if(data.produits_dispos) {
- $.each(data.produits_dispos, function( id_produit, produit ) {
-
- if(produit.actif) $('.produit-'+id_produit).show() ;
- else $('.produit-'+id_produit).hide() ;
-
- var quantite_restante = produit.quantite_max - produit.quantite_commandee ;
- var no_limit = 0 ;
- if(!produit.quantite_max)
- no_limit = 1 ;
-
- $('.produit-'+id_produit).attr('data-no-limit',no_limit) ;
- $('.produit-'+id_produit).attr('data-quantite-max',produit.quantite_max) ;
- $('.produit-'+id_produit+' .quantite-restante .nb').html(quantite_restante) ;
-
- if(produit.quantite_max && (!quantite_restante || quantite_restante < 0 || produit.epuise)) {
- $('.produit-'+id_produit+' .epuise').show() ;
-
- if(!$('#id-commande').val() && $('.produit-'+id_produit+' .quantity').val() == 0)
- {
- $('.produit-'+id_produit+' .quantite-restante').hide() ;
- $('.produit-'+id_produit+' .input-group').hide() ;
- }
- }
- else {
- $('.produit-'+id_produit+' .epuise').hide() ;
- $('.produit-'+id_produit+' .input-group').show() ;
- $('.produit-'+id_produit+' .quantite-restante .nb').html(quantite_restante) ;
- }
-
- if($('.produit-'+id_produit+' .quantite-restante').size()) {
- if(parseInt($('.produit-'+id_produit+' .quantite-restante .nb').html()) > 5 ||
- parseInt($('.produit-'+id_produit+' .quantite-restante .nb').html()) <= 0) {
- $('.produit-'+id_produit+' .quantite-restante').hide() ;
- }
- else {
- $('.produit-'+id_produit+' .quantite-restante').show() ;
- }
- }
- });
- }
-
-
- $('#points-vente .point-vente').hide() ;
-
- // init affichage points de vente
- $.each(data.points_vente, function(key, livraison) {
- console.log(key+' | '+livraison) ;
- if(livraison) {
- $('.point-vente-'+key).fadeIn() ;
- }
- else {
- $('.point-vente-'+key).hide() ;
- }
- }) ;
-
- chat_init_horaire_point_vente(date) ;
-
- }, 'json') ;
- }
-
- function chat_systeme_commande_reset_table_prix() {
- $('#table-produits tr .colonne-quantite .quantity').each(function() {
- $(this).val(0) ;
- }) ;
- chat_systeme_commande_maj_table_prix() ;
- }
-
- function chat_systeme_commande_maj_table_prix() {
-
- // produits pain
- var prix = 0 ;
- $('.commande-form #table-produits tbody tr').each(function() {
- var quantite = parseInt($(this).find('.quantity').val()) ;
- var prix_produit = parseFloat($(this).find('.prix').html()) ;
- var prix_total_produit = quantite * prix_produit ;
-
- if(prix_total_produit)
- $(this).find('.total').html(formate_prix(prix_total_produit)+' €') ;
- else
- $(this).find('.total').html('--') ;
-
- if(quantite > 0)
- prix += prix_total_produit ;
- }) ;
-
- $('#total-commande strong').html(formate_prix(prix)+' €') ;
- var prix_global = prix ;
-
- // produits vrac
- var prix = 0 ;
- $('.commande-form #table-produits-vrac tbody tr').each(function() {
- var quantite = parseInt($(this).find('.quantity').val()) ;
- var prix_produit = parseFloat($(this).find('.prix').html()) ;
- var prix_total_produit = quantite/1000 * prix_produit ;
-
- if(prix_total_produit)
- $(this).find('.total').html(formate_prix(prix_total_produit)+' €') ;
- else
- $(this).find('.total').html('--') ;
-
- if(quantite > 0)
- prix += prix_total_produit ;
- }) ;
-
- $('#total-commande-vrac strong').html(formate_prix(prix)+' €') ;
-
- prix_global += prix ;
-
-
- $('#total-commande-bottom span').html(formate_prix(prix_global)) ;
-
- if(prix_global)
- $('#total-commande-bottom').fadeIn() ;
- else
- $('#total-commande-bottom').hide() ;
-
- // maj credit pain
- chat_systeme_commande_credit_pain_event(prix_global) ;
-
- return prix_global ;
- }
-
- function chat_systeme_commande_credit_pain() {
- $('input[name=credit_pain]').change(function() {
- var prix_global = chat_systeme_commande_maj_table_prix() ;
- chat_systeme_commande_credit_pain_event(prix_global) ;
- }) ;
- }
-
- function chat_systeme_commande_credit_pain_event(prix_global) {
- var html = '' ;
- var use_credit_pain = $('input[name=credit_pain]').prop('checked') ;
-
- var credit_pain = parseFloat($('#montant-credit-pain').val()) ;
- var credit_pain_dispo = credit_pain ;
- var montant_paye = 0
- if($('#montant-paye').size() && $('#montant-paye').val())
- montant_paye = parseFloat($('#montant-paye').val()) ;
-
- if($('#id-commande').size() && $('#id-commande').val()) {
- credit_pain_dispo = credit_pain + montant_paye ;
- }
-
- var credit_pain_active = $('.point-vente.selected').data('credit-pain') ;
- if(credit_pain_active || montant_paye) {
- $('#checkbox-credit-pain #info-credit-vide').show() ;
- $('#checkbox-credit-pain label').show() ;
- $('#checkbox-credit-pain #credit-pain-disabled').hide() ;
-
- if(prix_global > credit_pain_dispo) {
- var reste_payer = prix_global - credit_pain_dispo ;
- if(use_credit_pain) {
- if(montant_paye) {
- html += '<span class="montant-paye">'+montant_paye+' € déjà payé</span><br />' ;
- }
- html += '<strong>'+credit_pain+' €</strong> seront débités<br />' ;
- html += 'Restera <strong>'+reste_payer+' €</strong> à payer à la boulangerie' ;
- $('#checkbox-credit-pain .info').html(html) ;
- }
- else {
- $('#checkbox-credit-pain .info').html('') ;
- }
- }
- else {
-
- $('#checkbox-credit-pain').removeClass('paiement-impossible') ;
- $('input[name=credit_pain]').removeAttr('disabled') ;
- if(use_credit_pain) {
- var html = '' ;
- // à payer
- if(prix_global > montant_paye)
- {
- montant = prix_global - montant_paye ;
- if(montant_paye) {
- html += '<span class="montant-paye">'+montant_paye+' € déjà payé</span><br />' ;
- }
- html += '<strong>'+montant+' €</strong> seront débités' ;
- $('#checkbox-credit-pain .info').html(html) ;
- }
- // remboursé
- else if(prix_global < montant_paye) {
- montant = montant_paye - prix_global ;
- if(montant_paye) {
- html += '<span class="montant-paye">'+montant_paye+' € déjà payé</span><br />' ;
- }
- html += '<strong>'+montant+' €</strong> seront remboursés' ;
- $('#checkbox-credit-pain .info').html(html) ;
-
- }
- else {
- if(montant_paye > 0)
- $('#checkbox-credit-pain .info').html('<span class="montant-paye">'+montant_paye+' € déjà payé</span>') ;
- else
- $('#checkbox-credit-pain .info').html('') ;
- }
- }
- else {
- $('#checkbox-credit-pain .info').html('')
- }
- }
- }
- else {
- $('#checkbox-credit-pain #info-credit-vide').hide() ;
- $('#checkbox-credit-pain label').hide() ;
- $('#checkbox-credit-pain #credit-pain-disabled').show() ;
- }
- }
-
- function formate_prix(prix) {
- return prix.toFixed(2).replace( ".", "," ) ;
- }
-
- function chat_slideshow() {
- if($('body').hasClass('home')) {
- var base_url = $('#base_url').val() ;
- $.vegas('slideshow', {
- backgrounds:[
- //{ src:'./img/background/back2.jpg' },
- { src:base_url+'/img/background/four.jpg' },
- { src:base_url+'/img/background/gueulard.jpg' }
- ],
- walk: function() {
- $('.vegas-loading').css('display','none') ;
- $('.vegas-background').css('position','absolute') ;
- }
- })('overlay');
- }
- }
-
- function chat_scroll() {
- if($('body').hasClass('home')) {
- $('#header nav ul a[href^="#"]').click(function(){
- var the_id = $(this).attr("href");
- $('html, body').animate({
- scrollTop: $(the_id).offset().top - 100
- }, 'normal');
-
- return false;
- });
-
- $(window).scroll(function() {
- chat_event_scroll() ;
- }) ;
- chat_event_scroll() ;
- }
- }
-
- function chat_event_scroll() {
- var scroll_top = $(window).scrollTop() ;
- //console.log(scroll_top + ' '+ ($('#horaires').offset().top-100)) ;
- $('#header nav ul a').each(function() {
- var top = $($(this).attr('href')).offset().top ;
- var test = top + $($(this).attr('href')).height() - 150 ;
- //console.log($(this).attr('href')+' : '+scroll_top+ ' | '+ test) ;
- if(scroll_top <= top + $($(this).attr('href')).height() - 150) {
- $('#header a').removeClass('selec') ;
- $(this).addClass('selec') ;
- }
- }) ;
- }
-
- function chat_tabs_gamme_saison() {
- $('#tab-gamme-saison a').click(function (e) {
- e.preventDefault();
- $(this).tab('show');
- });
- }
-
|