Commit 0e4b36c0 by Manzar Hussain

add updated js

parent 8b1f1eca
This source diff could not be displayed because it is too large. You can view the blob instead.
This image diff could not be displayed because it is too large. You can view the blob instead.
...@@ -352,7 +352,10 @@ ...@@ -352,7 +352,10 @@
$(".ls_t_c_slider").slick({ $(".ls_t_c_slider").slick({
dots: false, dots: false,
arrows: true, arrows: true,
infinite: false, infinite: true,
autoplay:true,
autoplaySpeed: 3000,
speed: 1000,
slidesToShow: 4, slidesToShow: 4,
slidesToScroll: 4, slidesToScroll: 4,
nextArrow: '<button class="arrowSlider leftArrow"><i class="fa fa-chevron-left" aria-hidden="true"></i><button>', nextArrow: '<button class="arrowSlider leftArrow"><i class="fa fa-chevron-left" aria-hidden="true"></i><button>',
...@@ -462,6 +465,16 @@ ...@@ -462,6 +465,16 @@
var b = $('#dataFilter').val();
$('#dataFilter').parents('.rcb_pd_page').find('.id_filter_'+b).show().siblings('.id_filter_common').hide();
$('#dataFilter').on('change', function(){
var a = $(this).val();
$(this).parents('.rcb_pd_page').find('.id_filter_'+a).show().siblings('.id_filter_common').hide();
});
})(jQuery); })(jQuery);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment