![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/mcoil.corals.io/public/js/ |
$(document).ready(function () { $("#brand-logo").owlCarousel({ autoPlay: 3000, //Set AutoPlay to 3 seconds items: 6, itemsDesktop: [1199, 6], itemsDesktopSmall: [979, 6] }); $('.select2').select2(); if ($('#thumbnails li img').length > 0) { $('#thumbnails li img').on('click', function () { $('#main-image') .attr('src', $(this).attr('src') +'?w=400') .attr('data-zoom', $(this).attr('src') +'?w=1200'); }); } $(".img-orderDetail").mouseover(function() { $(this).css({ width: '150px', height: '150px' }); }).mouseout(function() { $(".img-orderDetail").css({ width: '50px', height: '50px'}); }); });