Skip to content

Document that innerWidth/OuterWidth are now setters as well #98

Closed
@mikesherov

Description

@mikesherov

usage:

innerWidth(number) will subtract the padding, in pixels from number, and set the css width of the element to the difference

outerWidth(number) will subtract the padding and border, in pixels from number, and set the css width of the element to the difference

outerWidth(number, true) will subtract the padding and border and margin, in pixels from number, and set the css width of the element to the difference

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions