An open API service indexing awesome lists of open source software.

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

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");
```