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');";
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');";