Skip to content

Instantly share code, notes, and snippets.

@schalkburger
Created February 16, 2015 14:30
Show Gist options
  • Save schalkburger/48d6f3576c178607e919 to your computer and use it in GitHub Desktop.
Save schalkburger/48d6f3576c178607e919 to your computer and use it in GitHub Desktop.
Find paragraphs that has an image with jQuery
$("p:has(img)");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment