https://github.com/mikeludemann/equalwidth
Set equal width for all elements
https://github.com/mikeludemann/equalwidth
javascript jquery width-calculation
Last synced: 8 months ago
JSON representation
Set equal width for all elements
- Host: GitHub
- URL: https://github.com/mikeludemann/equalwidth
- Owner: mikeludemann
- License: mit
- Created: 2017-11-09T16:22:14.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-15T23:34:58.000Z (over 8 years ago)
- Last Synced: 2025-03-28T02:49:01.482Z (12 months ago)
- Topics: javascript, jquery, width-calculation
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# equalWidth
Set the equal width in all elements in a main / parent element
## Example
```code
equalWidth(main, submain)
With test parameter
equalWidth(".main",".sub");
equalWidthMaximum(main, submain)
With test parameter
equalWidthMaximum(".main",".sub");
```