$(function () { $('.index_prot2 .inx_navs1_ul li').click(function () { $(this).find("a").addclass('on').parent().siblings().find("a").removeclass('on'); $(".index_prot2 .inx_news_items .inx_news_cont").find("[data-id='" + $(this).data("id") + "']").show().siblings().hide(); }); $(".bannerswiper .swiper-pagination-v .bullet").hover(function () { $(this).addclass("swiper-pagination-bullet-active"); }, function () { $(this).removeclass("swiper-pagination-bullet-active"); }); })