Current Path : /var/www/html/clients/td-teplouchet.ru/js/ |
Current File : /var/www/html/clients/td-teplouchet.ru/js/myscript.js |
$(document).ready(function(){ $('.bxslider').bxSlider({ pager: false, auto: true, pause: 3000 }); $('form').h5Validate(); $('.ordernow').magnificPopup({ type:'inline', removalDelay: 300, midClick: true, mainClass: 'mfp-fade', tClose: 'Закрыть (Esc)' }); $('.ordernow').click (function(){ $('#idform').val($(this).data('form-id')); $('.popup-title').html($(this).data('form-id')); }); $('.gallery').each(function() { $(this).magnificPopup({ removalDelay: 300, midClick: true, mainClass: 'mfp-fade', delegate: 'a', type: 'image', gallery: { enabled:true, tCounter: '%curr% из %total%' }, image: { verticalFit: false }, mainClass: 'mfp-with-zoom', zoom: { enabled: true, duration: 300, easing: 'ease-in-out', opener: function(openerElement) { return openerElement.is('img') ? openerElement : openerElement.find('img'); } } }); }); $('.iframe').magnificPopup({ type:'iframe' }); });