Software: Apache. PHP/8.1.30 uname -a: Linux server1.tuhinhossain.com 5.15.0-163-generic #173-Ubuntu SMP Tue Oct 14 17:51:00 UTC uid=1002(picotech) gid=1003(picotech) groups=1003(picotech),0(root) Safe-mode: OFF (not secure) /home/picotech/domains/smab.picotech.app/public_html/public/frontend/js/ drwxr-xr-x | |
| Viewing file: Select action/file-type:
/*-----BRANDS-----*/
$(".js_product_mainslider").slick({
slidesToShow: 1,
slidesToScroll: 1,
arrows: false,
fade: true,
asNavFor: '.js_product_thumbslider'
});
$(".js_product_thumbslider").slick({
slidesToShow: 7,
slidesToScroll: 1,
asNavFor: '.js_product_mainslider',
dots: false,
arrows: true,
focusOnSelect: true,
responsive: [
{
breakpoint: 1500,
settings: {
slidesToShow: 5,
slidesToScroll: 1
}
},
{
breakpoint: 1200,
settings: {
slidesToShow: 4,
slidesToScroll: 1
}
},
{
breakpoint: 481,
settings: {
slidesToShow: 1,
slidesToScroll: 1
}
}
]
});
// tabbed content
// http://www.entheosweb.com/tutorials/css/tabs.asp
$(".descirp-tab ").find(".tab_content").hide();
$(".descirp-tab ").find(".tab_content:first").show();
/* if in tab mode */
$("ul.tabs li").click(function () {
var parent = $(this).parents(".descirp-tab "),
activeTab = $(this).attr("rel");
parent.find(".tab_content").hide();
$("#" + activeTab).fadeIn();
parent.find("ul.tabs li").removeClass("active");
$(this).addClass("active");
parent.find(".tab_drawer_heading").removeClass("d_active");
parent.find(".tab_drawer_heading[rel^='" + activeTab + "']").addClass("d_active");
});
/* if in drawer mode */
$(".tab_drawer_heading").click(function () {
var parent = $(this).parents(".descirp-tab "),
d_activeTab = $(this).attr("rel");
parent.find(".tab_content").hide();
$("#" + d_activeTab).fadeIn();
parent.find(".tab_drawer_heading").removeClass("d_active");
parent.find(this).addClass("d_active");
parent.find("ul.tabs li").removeClass("active");
parent.find("ul.tabs li[rel^='" + d_activeTab + "']").addClass("active");
});
|
:: Command execute :: | |
--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0033 ]-- |