Hi, how can I triple nest quotes so
has quotes around the # sign?
I am getting an
Uncaught Error: Syntax error, unrecognized expression: .navigation a[href*=#”+rnrSection+”]
that I think has to do with that.
JavaScript:
jQuery(".navigation a[href*=#"+rnrSection+"]").parent().addClass("active");
has quotes around the # sign?
I am getting an
Uncaught Error: Syntax error, unrecognized expression: .navigation a[href*=#”+rnrSection+”]
that I think has to do with that.