Skip to content

Instantly share code, notes, and snippets.

@vfontjr
Created April 24, 2020 20:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vfontjr/988b672bcac2b633c0dc8fdb20dbab8c to your computer and use it in GitHub Desktop.
Save vfontjr/988b672bcac2b633c0dc8fdb20dbab8c to your computer and use it in GitHub Desktop.
<script>
jQuery(document).ready( function($) {
"use strict";
$("[id^='featured-post-']").find('img').addClass('my-awesome-class');
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment