I am in the need of defining html classes from content, so pretty much every char could be used. According to html reference I may use cdata
, so I should not run into problems. I figure though, that css and/or javascript/jquery won't play nicely with that.
Anyone has experience with what chars can be used without problems or if there is a function/plugin/.. that tidies the class names, so that they are usable?