Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

outer width jquery

/* Get the current computed outer width (including padding, 
 * border, and optionally margin) for the first element in 
 * the set of matched elements or set the outer width of 
 * every matched element.
 */
$(".example").outerWidth();
 
PREVIOUS NEXT
Tagged: #outer #width #jquery
ADD COMMENT
Topic
Name
9+4 =