I have a command like this.
.css('display', 'block')
However, I think it could also be rewritten in different ways. For example,
.css('display : block')
That may or may not be correct. I don't remember. Anyways, do you know different ways to rewrite the original command?
