JQuery Programmer Question:

How to get the outer width (including the border) of an element using jQuery?

JQuery Programmer Interview Question
JQuery Programmer Interview Question

Answer:

The outerWidth( [margin] ) method gets the outer width (includes the border and padding by default) for the first matched element.


Previous QuestionNext Question
How to get attributes of an element using jQuery?How to attach a function to be executed whenever an AJAX request completes using jQuery?