Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script>
- ( function( $ ) {
- $( document ).ready( function() {
- var galleryItemImage = $( '.wpc-gal-with-links .et_pb_gallery_item .et_pb_gallery_image a' );
- galleryItemImage.each( function() {
- $( this ).attr( 'href', $( this ).attr( 'title' ) );
- } )
- } );
- } )( jQuery );
- </script>
Advertisement
Add Comment
Please, Sign In to add comment