Guys I\'ve been asking around and nobody can really tell me the benefits of using .css(‘width’) and .css(‘height’) rather than .width()
.css(‘width’)
.css(‘height’)
.width()
they will also return/set different values (not talking about the 'px' suffix)
if you have box-sizing: border-box
box-sizing: border-box
see this example: http://jsbin.com/fugusixila/edit?html,css,js,console,output