having trouble with [attr="value"] selectors
-
easy custom css escapes quotes and they don’t parse correctly when the page loads.
Example:
form#sfwd_mark_complete input [type=”submit”]
comes out as
form#sfwd_mark_complete input [type=\”submit\”]
I’ve tried using HTML encoding but it just adds even more slashes to each quote.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘having trouble with [attr="value"] selectors’ is closed to new replies.