So I'm trying to use this plain simple code:
$(`#${id}`).css({
`position`: `fixed`
}).width(width).height(height);
However, the middle line is throwing me an error on execution: Uncaught SyntaxError: Unexpected template string
. I'm not sure what else I can add onto this question of why it's happening, so I'll let you guys with it.