Hashtag in classname causing issue

Viewed 19

I am working on a site where i can not edit the HTML.

They have a class with a "#" in it , very odd but its there.

Any idea on how to get this to work ?

var columnString = '';

columnString += "$('td[class="#w"]').addClass('newClass');";
0 Answers
Related