I have a question regarding the Jquery
selector.
I have an element class
like the following
<td class='test color-picker'>cell</td>
I tried to select it with $('.test color-picker')
but it doesn't seem to be able to select when there is a space between them. I can't change the class name because it effects so many other things. Are there anyways I can go around it? Thanks so much!