// the "begins with" selector [att^=val] // the "ends with" selector [att$=val] // the "contains" selector [att*=val]
Credits