Advertisement
arie_cristianD

set aria-hidden false in tns sliders

Oct 3rd, 2023
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. (function($){
  2.     $(window).on('load',function (){
  3.         Array.from($('.jeg_slider').find('.jeg_slide_item_wrapper')).forEach(function (value) {
  4.             value.setAttribute('aria-hidden', 'false');
  5.         });
  6.     })
  7. })(jQuery);
  8.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement