Is it possible insert more of one attributes in jQuery function with CSS? For me, it's necessary to insert more than one change in CSS.
For example, if I want change the width and height, I can do this:
<script>$(this).css("height","200");</script>
But if I want insert in the same width also and height?
I try do this with separated functions and works but inside no see examples for no need open new function each time