You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

682 lines
25KB

  1. /**
  2. Copyright La boîte à pain (2018)
  3. contact@laboiteapain.net
  4. Ce logiciel est un programme informatique servant à aider les producteurs
  5. à distribuer leur production en circuits courts.
  6. Ce logiciel est régi par la licence CeCILL soumise au droit français et
  7. respectant les principes de diffusion des logiciels libres. Vous pouvez
  8. utiliser, modifier et/ou redistribuer ce programme sous les conditions
  9. de la licence CeCILL telle que diffusée par le CEA, le CNRS et l'INRIA
  10. sur le site "http://www.cecill.info".
  11. En contrepartie de l'accessibilité au code source et des droits de copie,
  12. de modification et de redistribution accordés par cette licence, il n'est
  13. offert aux utilisateurs qu'une garantie limitée. Pour les mêmes raisons,
  14. seule une responsabilité restreinte pèse sur l'auteur du programme, le
  15. titulaire des droits patrimoniaux et les concédants successifs.
  16. A cet égard l'attention de l'utilisateur est attirée sur les risques
  17. associés au chargement, à l'utilisation, à la modification et/ou au
  18. développement et à la reproduction du logiciel par l'utilisateur étant
  19. donné sa spécificité de logiciel libre, qui peut le rendre complexe à
  20. manipuler et qui le réserve donc à des développeurs et des professionnels
  21. avertis possédant des connaissances informatiques approfondies. Les
  22. utilisateurs sont donc invités à charger et tester l'adéquation du
  23. logiciel à leurs besoins dans des conditions permettant d'assurer la
  24. sécurité de leurs systèmes et ou de leurs données et, plus généralement,
  25. à l'utiliser et l'exploiter dans les mêmes conditions de sécurité.
  26. Le fait que vous puissiez accéder à cet en-tête signifie que vous avez
  27. pris connaissance de la licence CeCILL, et que vous en avez accepté les
  28. termes.
  29. */
  30. /* French initialisation for the jQuery UI date picker plugin. */
  31. /* Written by Keith Wood (kbwood{at}iinet.com.au),
  32. Stéphane Nahmani (sholby@sholby.net),
  33. Stéphane Raimbault <stephane.raimbault@gmail.com> */
  34. (function( factory ) {
  35. if ( typeof define === "function" && define.amd ) {
  36. // AMD. Register as an anonymous module.
  37. define([ "../jquery.ui.datepicker" ], factory );
  38. } else {
  39. // Browser globals
  40. factory( jQuery.datepicker );
  41. }
  42. }(function( datepicker ) {
  43. datepicker.regional['fr'] = {
  44. closeText: 'Fermer',
  45. prevText: 'Précédent',
  46. nextText: 'Suivant',
  47. currentText: 'Aujourd\'hui',
  48. monthNames: ['janvier', 'février', 'mars', 'avril', 'mai', 'juin',
  49. 'juillet', 'août', 'septembre', 'octobre', 'novembre', 'décembre'],
  50. monthNamesShort: ['janv.', 'févr.', 'mars', 'avril', 'mai', 'juin',
  51. 'juil.', 'août', 'sept.', 'oct.', 'nov.', 'déc.'],
  52. dayNames: ['dimanche', 'lundi', 'mardi', 'mercredi', 'jeudi', 'vendredi', 'samedi'],
  53. dayNamesShort: ['dim.', 'lun.', 'mar.', 'mer.', 'jeu.', 'ven.', 'sam.'],
  54. dayNamesMin: ['D','L','M','M','J','V','S'],
  55. weekHeader: 'Sem.',
  56. dateFormat: 'dd/mm/yy',
  57. firstDay: 1,
  58. isRTL: false,
  59. showMonthAfterYear: false,
  60. yearSuffix: ''};
  61. datepicker.setDefaults(datepicker.regional['fr']);
  62. return datepicker.regional['fr'];
  63. }));
  64. $(document).ready(function() {
  65. $('[data-toggle="tooltip"]').tooltip() ;
  66. chat_systeme_commande() ;
  67. chat_profil_user() ;
  68. $('.dropdown-toggle').dropdown() ;
  69. }) ;
  70. function chat_profil_user() {
  71. if($('#profil-user').size()) {
  72. if($('#user-no_mail').is(':checked')) {
  73. $('#mails-jours-prod').hide() ;
  74. }
  75. $('#user-no_mail').change(function() {
  76. if($('#user-no_mail').is(':checked')) {
  77. $('#mails-jours-prod').hide() ;
  78. }
  79. else {
  80. $('#mails-jours-prod').fadeIn() ;
  81. }
  82. }) ;
  83. }
  84. }
  85. function chat_event_click_point_vente(id, force) {
  86. if($('.point-sale-'+id).data('code') == 1) {
  87. $('#modal-code #id-point-sale').val(id) ;
  88. $('#modal-code').modal('show') ;
  89. }
  90. else {
  91. $('#order-id_point_sale').val(id) ;
  92. $('#points-sale .point-sale').removeClass('selected') ;
  93. $('.point-sale-'+id).addClass('selected') ;
  94. $('.point-sale-'+id).hide().fadeIn('fast') ;
  95. var pain = parseInt($('.point-sale-'+id).data('pain')) ;
  96. var vrac = parseInt($('.point-sale-'+id).data('vrac')) ;
  97. if(pain) {
  98. $('#pain .table').show() ;
  99. $('#pain .indisponible').hide() ;
  100. }
  101. else {
  102. $('#pain .table').hide() ;
  103. $('#pain .indisponible').show() ;
  104. }
  105. if(vrac) {
  106. $('#vrac .table').show() ;
  107. $('#vrac .indisponible').hide() ;
  108. }
  109. else {
  110. $('#vrac .table').hide() ;
  111. $('#vrac .indisponible').show() ;
  112. }
  113. $('#products, #step-infos-point-sale, .confirm-order, .btn-comment, #bar-fixed').fadeIn() ;
  114. // credit pain
  115. chat_systeme_commande_credit_pain_event(chat_systeme_commande_maj_table_prix()) ;
  116. // scroll
  117. if(!force) {
  118. boulange_scroll('step-infos-point-sale') ;
  119. }
  120. // infos point de vente
  121. $('.infos-point-sale').hide() ;
  122. $('.infos-point-sale-'+id).fadeIn() ;
  123. }
  124. }
  125. function chat_init_horaire_point_vente(date) {
  126. $('.infos-point-sale .jour').hide() ;
  127. var selector_jour = '.infos-point-sale .jour-'+date.getDay() ;
  128. $(selector_jour).show() ;
  129. $('.select-previous-day').unbind('click').click(function() {
  130. $('.ui-datepicker-current-day').prev().find('a').click() ;
  131. }) ;
  132. }
  133. function chat_base_url(with_slug) {
  134. var base_url = $('meta[name=base-url]').attr('content')+'/' ;
  135. if(with_slug) {
  136. base_url += $('meta[name=slug-producer]').attr('content')+'/' ;
  137. }
  138. return base_url ;
  139. }
  140. function chat_systeme_commande() {
  141. if($('.order-form').size()) {
  142. // scroll initial
  143. if($('.producer.selected').size())
  144. {
  145. boulange_scroll('step-date') ;
  146. }
  147. // affichage des différentes parties du formulaire
  148. if(!$('#order-id_distribution').val()) {
  149. $('#block-points-sale, #step-infos-point-sale, #points-sale, #products, .confirm-order, .btn-comment, #bar-fixed').hide() ;
  150. }
  151. else if(!$('#commande-id_point_vente').val()) {
  152. $('#products, .confirm-order, .btn-comment, #bar-fixed, #has-order-in-progress').hide() ;
  153. }
  154. // points de vente
  155. if($('#order-id_point_sale').val()) {
  156. chat_event_click_point_vente($('#order-id_point_sale').val(), true) ;
  157. }
  158. $('#modal-code form').submit(function() {
  159. var id_pv = $('#modal-code #id-point-sale').val() ;
  160. var code = $('#modal-code #code').val() ;
  161. $.get(chat_base_url(true)+'order/validate-code-point-sale',{
  162. idPointSale: id_pv,
  163. code: code
  164. }, function(ok) {
  165. if(ok) {
  166. $('.point-sale-'+id_pv).data('code',0) ;
  167. $('.point-sale-'+id_pv+' .glyphicon').remove() ;
  168. $('input[name="code_point_sale_'+id_pv+'"]').val(code) ;
  169. $('#modal-code').modal('hide') ;
  170. chat_event_click_point_vente($('#modal-code #id-point-sale').val()) ;
  171. }
  172. else {
  173. $('#modal-code .field-code').addClass('has-error') ;
  174. $('#modal-code .help-block-error').hide().fadeIn() ;
  175. }
  176. }) ;
  177. return false ;
  178. }) ;
  179. $('#points-sale .point-sale').click(function() {
  180. var id = parseInt($(this).find('.id').html()) ;
  181. chat_event_click_point_vente(id) ;
  182. }) ;
  183. // datepicker
  184. var dates_production = [] ;
  185. $('#dates div').each(function() {
  186. dates_production.push($(this).find('.date').html()) ;
  187. }) ;
  188. //var var_datepicker = $.datepicker ;
  189. $('#datepicker-distribution').datepicker({
  190. beforeShowDay: function(date){
  191. var string = $.datepicker.formatDate('dd/mm/yy', date);
  192. for(var i=0; i<dates_production.length; i++) {
  193. //alert(dates_production[i]+' '+string) ;
  194. if(dates_production[i] == string)
  195. return [1] ;
  196. }
  197. return [0] ;
  198. // désactivé car internet explorer plante
  199. //return [ dates_production.indexOf(string) != -1 ] ;
  200. },
  201. onSelect: function(selectedDate) {
  202. $('.infos-points-sale').hide() ;
  203. // on remet tout les prix à zéro
  204. chat_systeme_commande_reset_table_prix() ;
  205. $('#has-order-in-progress').hide() ;
  206. var tab_date = selectedDate.split('/') ;
  207. var date = new Date(tab_date[2],tab_date[1]-1,tab_date[0]) ;
  208. // set id production
  209. var id_production = 0 ;
  210. $('#dates div .date').each(function() {
  211. if($(this).html() == selectedDate) {
  212. id_production = $(this).parent().find('.id_distribution').html() ;
  213. }
  214. });
  215. $('#order-id_distribution').val(id_production) ;
  216. // verif si le gars a une commande en cours pour cette production
  217. var has_commande_en_cours = false ;
  218. $('#orders-in-progress .order').each(function() {
  219. if($(this).data('iddistribution') == id_production) {
  220. //alert('bada') ;
  221. $('#has-order-in-progress a').attr('href',$(this).data('href')) ;
  222. $('#has-order-in-progress').show() ;
  223. has_commande_en_cours = true ;
  224. $('#block-points-sale, #step-infos-point-sale, #points-sale, #products, #bar-fixed').hide() ;
  225. }
  226. }) ;
  227. if(!has_commande_en_cours) {
  228. chat_systeme_commande_produits_dispos(tab_date[2]+'-'+tab_date[1]+'-'+tab_date[0], date) ;
  229. $('#products, .confirm-order, .btn-comment, #bar-fixed').hide() ;
  230. // déselection points de vente
  231. $('#points-sale .point-sale').removeClass('selected') ;
  232. $('#order-id_point_sale').val('') ;
  233. // affichage points de vente
  234. $('#block-points-sale, #points-sale, #order-infos').fadeIn() ;
  235. // scroll
  236. boulange_scroll('step-point-sale') ;
  237. }
  238. }
  239. }) ;
  240. if($('#order-id_distribution').val()) {
  241. $("#dates .id_distribution").each(function() {
  242. if($(this).html() == $('#order-id_distribution').val()) {
  243. var tab_date = $(this).parent().find('.date').html().split('/') ;
  244. var date = new Date(tab_date[2],tab_date[1]-1,tab_date[0]);
  245. $('#datepicker-distribution').datepicker('setDate',date) ;
  246. chat_systeme_commande_produits_dispos(tab_date[2]+'-'+tab_date[1]+'-'+tab_date[0], date) ;
  247. chat_init_horaire_point_vente(date) ;
  248. }
  249. }) ;
  250. }
  251. // tableau produits
  252. $('.order-form .move-quantity').click(function() {
  253. var vrac = ($(this).parent().parent().parent().parent().parent().parent().parent().attr('id') == 'vrac') ;
  254. if(vrac) {
  255. var quantite = parseInt($(this).parent().parent().find('input.quantity').val()) ;
  256. if($(this).hasClass('minus') && quantite != 0)
  257. quantite -= 500 ;
  258. if($(this).hasClass('plus'))
  259. quantite += 500 ;
  260. $(this).parent().parent().find('input.quantity').val(quantite) ;
  261. chat_systeme_commande_maj_table_prix();
  262. }
  263. else {
  264. var quantite_totale = 0 ;
  265. $('.quantity').each(function() {
  266. quantite_totale += parseInt($(this).val()) ;
  267. }) ;
  268. var quantite = parseInt($(this).parent().parent().find('input.quantity').val()) ;
  269. var quantite_restante = parseInt($(this).parent().parent().parent().find('.quantity-remaining .nb').html()) ;
  270. var quantite_max = $(this).parent().parent().parent().parent().data('quantity-max') ;
  271. var no_limit = $(this).parent().parent().parent().parent().data('no-limit') ;
  272. if($(this).hasClass('minus') && quantite != 0) {
  273. quantite -- ;
  274. quantite_restante ++ ;
  275. }
  276. if($(this).hasClass('plus') ){
  277. if(quantite_restante > 0 || no_limit) {
  278. quantite ++ ;
  279. quantite_restante -- ;
  280. }
  281. }
  282. $(this).parent().parent().parent().find('.quantity-remaining .nb').html(quantite_restante) ;
  283. if(quantite_restante <= 5 && quantite_restante > 0) {
  284. $(this).parent().parent().parent().find('.quantity-remaining').fadeIn() ;
  285. }
  286. else {
  287. $(this).parent().parent().parent().find('.quantity-remaining').hide() ;
  288. }
  289. if(quantite_restante == 0 && !no_limit) {
  290. $(this).parent().parent().parent().find('.unavailable').fadeIn() ;
  291. }
  292. else {
  293. $(this).parent().parent().parent().find('.unavailable').hide() ;
  294. }
  295. $(this).parent().parent().find('input.quantity').val(quantite) ;
  296. chat_systeme_commande_maj_table_prix();
  297. }
  298. }) ;
  299. chat_systeme_commande_maj_table_prix() ;
  300. chat_systeme_commande_credit_pain();
  301. }
  302. // commentaire commande
  303. $('.order-form .btn-comment').click(function() {
  304. if($('.field-order-comment').css('display') == 'none') {
  305. $('.field-order-comment').slideDown() ;
  306. }
  307. else {
  308. $('.field-order-comment').slideUp() ;
  309. }
  310. return false ;
  311. }) ;
  312. // bar fixed
  313. if($('#bar-fixed').size()) {
  314. $(window).scroll(function (event) {
  315. var scroll = $(window).scrollTop() + $(window).height();
  316. var pos_bottom_produits = $('#table-products').offset().top + $('#table-products').height() + 100 ;
  317. if($(window).height() < 700) {
  318. if(!$('#bar-fixed').hasClass('not-fixed')) {
  319. $('#bar-fixed').addClass('not-fixed') ;
  320. }
  321. }
  322. else {
  323. if(scroll > pos_bottom_produits) {
  324. if(!$('#bar-fixed').hasClass('not-fixed')) {
  325. $('#bar-fixed').addClass('not-fixed') ;
  326. }
  327. }
  328. else {
  329. $('#bar-fixed').removeClass('not-fixed') ;
  330. }
  331. }
  332. });
  333. }
  334. }
  335. function chat_systeme_commande_produits_dispos(str_date, date) {
  336. // produits dispos à la vente à cette date
  337. $.get(chat_base_url(true)+'order/infos-distribution',{
  338. idDistribution: $('#order-id_distribution').val()
  339. }, function(data) {
  340. if(data.products) {
  341. $.each(data.products, function( id_produit, produit ) {
  342. if(produit.active) $('.product-'+id_produit).show() ;
  343. else $('.product-'+id_produit).hide() ;
  344. var quantite_restante = produit.quantity_max - produit.quantity_order ;
  345. var no_limit = 0 ;
  346. if(!produit.quantity_max)
  347. no_limit = 1 ;
  348. $('.product-'+id_produit).attr('data-no-limit',no_limit) ;
  349. $('.product-'+id_produit).attr('data-quantity-max',produit.quantity_max) ;
  350. $('.product-'+id_produit+' .quantity-remaining .nb').html(quantite_restante) ;
  351. if(produit.quantity_max && (!quantite_restante || quantite_restante < 0 || produit.unavailable)) {
  352. $('.product-'+id_produit+' .unavailable').show() ;
  353. if(!$('#id-order').val() && $('.product-'+id_produit+' .quantity').val() == 0)
  354. {
  355. $('.product-'+id_produit+' .quantity-remaining').hide() ;
  356. $('.product-'+id_produit+' .input-group').hide() ;
  357. }
  358. }
  359. else {
  360. $('.product-'+id_produit+' .unavailable').hide() ;
  361. $('.product-'+id_produit+' .input-group').show() ;
  362. $('.product-'+id_produit+' .quantity-remaining .nb').html(quantite_restante) ;
  363. }
  364. if($('.product-'+id_produit+' .quantity-remaining').size()) {
  365. if(parseInt($('.product-'+id_produit+' .quantity-remaining .nb').html()) > 5 ||
  366. parseInt($('.product-'+id_produit+' .quantity-remaining .nb').html()) <= 0) {
  367. $('.product-'+id_produit+' .quantity-remaining').hide() ;
  368. }
  369. else {
  370. $('.product-'+id_produit+' .quantity-remaining').show() ;
  371. }
  372. }
  373. });
  374. }
  375. $('#points-sale .point-sale').hide() ;
  376. // init affichage points de vente
  377. $.each(data.points_sale, function(key, livraison) {
  378. if(livraison) {
  379. $('.point-sale-'+key).fadeIn() ;
  380. }
  381. else {
  382. $('.point-sale-'+key).hide() ;
  383. }
  384. }) ;
  385. chat_init_horaire_point_vente(date) ;
  386. }, 'json') ;
  387. }
  388. function chat_systeme_commande_reset_table_prix() {
  389. $('#table-products tr .column-quantity .quantity').each(function() {
  390. $(this).val(0) ;
  391. }) ;
  392. chat_systeme_commande_maj_table_prix() ;
  393. }
  394. function chat_systeme_commande_maj_table_prix() {
  395. // produits pain
  396. var prix = 0 ;
  397. $('.order-form #table-products tbody tr').each(function() {
  398. var quantite = parseInt($(this).find('.quantity').val()) ;
  399. var prix_produit = parseFloat($(this).find('.price').html()) ;
  400. var prix_total_produit = quantite * prix_produit ;
  401. if(prix_total_produit)
  402. $(this).find('.total').html(formate_prix(prix_total_produit)+' €') ;
  403. else
  404. $(this).find('.total').html('--') ;
  405. if(quantite > 0)
  406. prix += prix_total_produit ;
  407. }) ;
  408. $('#total-order strong').html(formate_prix(prix)+' €') ;
  409. var prix_global = prix ;
  410. // produits vrac
  411. var prix = 0 ;
  412. $('.order-form #table-products-vrac tbody tr').each(function() {
  413. var quantite = parseInt($(this).find('.quantity').val()) ;
  414. var prix_produit = parseFloat($(this).find('.price').html()) ;
  415. var prix_total_produit = quantite/1000 * prix_produit ;
  416. if(prix_total_produit)
  417. $(this).find('.total').html(formate_prix(prix_total_produit)+' €') ;
  418. else
  419. $(this).find('.total').html('--') ;
  420. if(quantite > 0)
  421. prix += prix_total_produit ;
  422. }) ;
  423. $('#total-order-vrac strong').html(formate_prix(prix)+' €') ;
  424. prix_global += prix ;
  425. $('#total-order-bottom span').html(formate_prix(prix_global)) ;
  426. if(prix_global)
  427. $('#total-order-bottom').fadeIn() ;
  428. else
  429. $('#total-order-bottom').hide() ;
  430. // maj credit pain
  431. chat_systeme_commande_credit_pain_event(prix_global) ;
  432. return prix_global ;
  433. }
  434. function chat_systeme_commande_credit_pain() {
  435. $('input[name=credit]').change(function() {
  436. var prix_global = chat_systeme_commande_maj_table_prix() ;
  437. chat_systeme_commande_credit_pain_event(prix_global) ;
  438. }) ;
  439. }
  440. function chat_systeme_commande_credit_pain_event(prix_global) {
  441. var html = '' ;
  442. var use_credit_pain = $('input[name=credit]').prop('checked') ;
  443. var credit_pain = parseFloat($('#montant-credit').val()) ;
  444. var credit_pain_dispo = credit_pain ;
  445. var montant_paye = 0
  446. if($('#amount-paid').size() && $('#amount-paid').val())
  447. montant_paye = parseFloat($('#amount-paid').val()) ;
  448. if($('#id-order').size() && $('#id-order').val()) {
  449. credit_pain_dispo = credit_pain + montant_paye ;
  450. }
  451. var credit_pain_active = $('.point-sale.selected').data('credit') ;
  452. if(credit_pain_active || montant_paye) {
  453. $('#checkbox-credit #info-credit-empty').show() ;
  454. $('#checkbox-credit label').show() ;
  455. $('#checkbox-credit #credit-disabled').hide() ;
  456. if(prix_global > credit_pain_dispo) {
  457. var reste_payer = prix_global - credit_pain_dispo ;
  458. if(use_credit_pain) {
  459. if(montant_paye) {
  460. html += '<span class="amount-paid">'+montant_paye+' € déjà payé</span><br />' ;
  461. }
  462. html += '<strong>'+credit_pain.toFixed(2)+' €</strong> seront débités<br />' ;
  463. html += 'Restera <strong>'+reste_payer+' €</strong> à payer à la boulangerie' ;
  464. $('#checkbox-credit .info').html(html) ;
  465. }
  466. else {
  467. $('#checkbox-credit .info').html('') ;
  468. }
  469. }
  470. else {
  471. $('#checkbox-credit').removeClass('payment-impossible') ;
  472. $('input[name=credit]').removeAttr('disabled') ;
  473. if(use_credit_pain) {
  474. var html = '' ;
  475. // à payer
  476. if(prix_global > montant_paye)
  477. {
  478. montant = prix_global - montant_paye ;
  479. if(montant_paye) {
  480. html += '<span class="amount-paid">'+montant_paye+' € déjà payé</span><br />' ;
  481. }
  482. html += '<strong>'+montant.toFixed(2)+' €</strong> seront débités' ;
  483. $('#checkbox-credit .info').html(html) ;
  484. }
  485. // remboursé
  486. else if(prix_global < montant_paye) {
  487. montant = montant_paye - prix_global ;
  488. if(montant_paye) {
  489. html += '<span class="amount-paid">'+montant_paye+' € déjà payé</span><br />' ;
  490. }
  491. html += '<strong>'+montant+' €</strong> seront remboursés' ;
  492. $('#checkbox-credit .info').html(html) ;
  493. }
  494. else {
  495. if(montant_paye > 0)
  496. $('#checkbox-credit .info').html('<span class="amount-paid">'+montant_paye+' € déjà payé</span>') ;
  497. else
  498. $('#checkbox-credit .info').html('') ;
  499. }
  500. }
  501. else {
  502. $('#checkbox-credit .info').html('')
  503. }
  504. }
  505. }
  506. else {
  507. $('#checkbox-credit #info-credit-empty').hide() ;
  508. $('#checkbox-credit label').hide() ;
  509. $('#checkbox-credit #credit-disabled').show() ;
  510. }
  511. }
  512. function formate_prix(prix) {
  513. return prix.toFixed(2).replace( ".", "," ) ;
  514. }
  515. function chat_slideshow() {
  516. if($('body').hasClass('home')) {
  517. var base_url = $('#base_url').val() ;
  518. $.vegas('slideshow', {
  519. backgrounds:[
  520. //{ src:'./img/background/back2.jpg' },
  521. { src:base_url+'/img/background/four.jpg' },
  522. { src:base_url+'/img/background/gueulard.jpg' }
  523. ],
  524. walk: function() {
  525. $('.vegas-loading').css('display','none') ;
  526. $('.vegas-background').css('position','absolute') ;
  527. }
  528. })('overlay');
  529. }
  530. }
  531. function chat_scroll() {
  532. if($('body').hasClass('home')) {
  533. $('#header nav ul a[href^="#"]').click(function(){
  534. var the_id = $(this).attr("href");
  535. $('html, body').animate({
  536. scrollTop: $(the_id).offset().top - 100
  537. }, 'normal');
  538. return false;
  539. });
  540. $(window).scroll(function() {
  541. chat_event_scroll() ;
  542. }) ;
  543. chat_event_scroll() ;
  544. }
  545. }
  546. function chat_event_scroll() {
  547. var scroll_top = $(window).scrollTop() ;
  548. //console.log(scroll_top + ' '+ ($('#horaires').offset().top-100)) ;
  549. $('#header nav ul a').each(function() {
  550. var top = $($(this).attr('href')).offset().top ;
  551. var test = top + $($(this).attr('href')).height() - 150 ;
  552. //console.log($(this).attr('href')+' : '+scroll_top+ ' | '+ test) ;
  553. if(scroll_top <= top + $($(this).attr('href')).height() - 150) {
  554. $('#header a').removeClass('selec') ;
  555. $(this).addClass('selec') ;
  556. }
  557. }) ;
  558. }