Advertisement
arie_cristianD

add_img_alt_on_footer_icon

Jul 28th, 2023
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. /* add atribut alt to footer logo image */
  2.  
  3. (function($){
  4.     $(document).ready(function() {
  5.         $('.jeg_about').find('img').attr('alt', 'edit your alt here');
  6.       });
  7. })(jQuery);
  8.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement