.width()
Get the current computed width for the first element in the set of matched elements.
.width()
Set the CSS width of each element in the set of matched elements.
.wrap()
Wrap an HTML structure around each element in the set of matched elements.
.wrapAll()
Wrap an HTML structure around all elements in the set of matched elements.
.wrapInner()
Wrap an HTML structure around the content of each element in the set of matched elements.