Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (function($){
- $(window).on('load',function (){
- Array.from($('.jeg_slider').find('.jeg_slide_item_wrapper')).forEach(function (value) {
- value.setAttribute('aria-hidden', 'false');
- });
- })
- })(jQuery);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement