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()
.width returns a unitless value, where as .css("width") returns the css value, width should be used with mathematical calculations
http://api.jquery.com/width/