Top "Attr" questions

This tag should be used for attribute related issues.

Does the attr() in jQuery force lowercase?

I'm trying to manipulate the svg 'viewBox' attribute which looks something like this: <svg viewBox="0 0 100 200" width="100" ...> ... </svg&…

javascript jquery svg attr lowercase