Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* add atribut alt to footer logo image */
- (function($){
- $(document).ready(function() {
- $('.jeg_about').find('img').attr('alt', 'edit your alt here');
- });
- })(jQuery);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement