
Get the actual width/height of invisible DOM elements with jQuery.With element or its parent element has css property ‘display’ set to ‘none’. $('.hidden').width();
will return 0 instead of the actual width; This plugin simply fix it.
Get the actual width/height of invisible DOM elements with jQuery.With element or its parent element has css property ‘display’ set to ‘none’. $('.hidden').width();
will return 0 instead of the actual width; This plugin simply fix it.
© 2015 Best jQuery.