Is there a way that I can get the width of one element .container
for example and apply it to another .item
for example?
My layout is responsive, hence why I can't just give .item
a fixed width value.
Like this -
$('.item').width($('.container').width());
Demo ---->
http://jsfiddle.net/xQ7hh/
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With