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

Answer:
The outerWidth( [margin] ) method gets the outer width (includes the border and padding by default) for the first matched element.
Previous Question | Next 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? |