Commit 8b2244b2 by Manzar Hussain

Merge branch 'feature-theme' into 'develop'

add updated js

See merge request manzarH/dic-global-dev!304
parents 5325ef40 0e4b36c0
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