UNPKG

jquery.actual

Version:

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();` will return 0 instead of the actual width; This plugin simply fix

20 lines (19 loc) 415 B
{ "author": "dreamerslab", "name": "jquery.actual", "version": "1.0.19", "description": "Get the actual width/height of invisible DOM elements with jQuery.", "repository": { "type": "git", "url": "https://github.com/dreamerslab/jquery.actual" }, "keywords": [ "jquery", "actual" ], "dependencies": { "jquery": ">= 1.2.3" }, "main": "jquery.actual.js", "license": "MIT" }