DOMIO. Skaitmeninės Rinkodaros Agentūra

Teisinė informacija

DOMIO Teisinė Informacija

List of our Company's Legal Documents​

Privatumo Politika

If​ ​you do​ ​not​ ​agree​ ​to​ ​the​ ​terms​ ​of​ ​our Legal Documents,​ ​please​ ​do​ ​not​ ​use​ ​or​ ​access​ ​the​ ​Site,​ ​the​ ​Software,​ ​or​ ​the​ ​Services.

$(document).on('ready', function () { // initialization of go to $.HSCore.components.HSGoTo.init('.js-go-to'); // initialization of carousel $.HSCore.components.HSCarousel.init('.js-carousel'); // initialization of HSDropdown component $.HSCore.components.HSDropdown.init($('[data-dropdown-target]'), { afterOpen: function(){ $(this).find('input[type="search"]').focus(); } }); // initialization of HSScrollBar component $.HSCore.components.HSScrollBar.init($('.js-scrollbar')); // initialization of masonry $('.masonry-grid').imagesLoaded().then(function () { $('.masonry-grid').masonry({ columnWidth: '.masonry-grid-sizer', itemSelector: '.masonry-grid-item', percentPosition: true }); }); // initialization of popups $.HSCore.components.HSPopup.init('.js-fancybox'); }); $(window).on('load', function () { // initialization of header $.HSCore.components.HSHeaderFullscreen.init($('#js-header')); $.HSCore.helpers.HSHamburgers.init('.hamburger'); // initialization of HSMegaMenu component $('.js-mega-menu').HSMegaMenu({ event: 'click', pageContainer: $('.container'), breakpoint: 100000 // large value is important in this case }); });