[jQuery] removeClass from *any* element
I apply a class called "RedText" to items I need to make stand out to
the user. I want to be able to "globally" remove the class from any
and all elements on my page within a specific div tag. Is there a
"wildcard" selector or some other way to do this:
$(wildcard, '#mydiv').removeClass('RedText');