Это старая версия Users/ЮрийПодковалихин/WebСтроительство/JavaScript/jQuery за 31.05.2017 13:36.
jQuery
jQuery Actual Plugin
https://github.com/dreamerslab/jquery.actual
Get the actual width/height of invisible DOM elements with jQuery
Get the actual width/height of invisible DOM elements with jQuery
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(); will return 0 instead of the actual width; This plugin simply fix it.