Tag: width

Get hidden elements width and height with jQuery

A jQuery plugin that gets the actual width of hidden DOM elements Description Older version of jQuery has trouble finding the width/height of invisible DOM elements. With element or its parent element has css property ‘display’ set to ‘none’. $(‘.hidden’).width(); … Continue reading