susanahernandezd
2/13/2017 - 5:51 PM

selectors_contains_ends.js

//ends with
$("a[href$='.org']")

//contains
$("a[href*='.org']")