Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ckschmieder/b3f72dff5cde14d25e15b9add28acda6 to your computer and use it in GitHub Desktop.
Save ckschmieder/b3f72dff5cde14d25e15b9add28acda6 to your computer and use it in GitHub Desktop.
Select images based on src and change visibility to hidden or to another src.
$( 'img[src="/images/product_overlay.png"]' ).css( "visibility", "hidden" );
$( 'img[src="/images/product_overlay.png"]' ).attr( "src", "http://cdn.agilitycms.com/polaroid/products/Polaroid.com-hover-transparent.png" );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment