mirror of
https://github.com/YunoHost-Apps/limesurvey_ynh.git
synced 2024-09-03 19:36:32 +02:00
25 lines
1,023 B
JSON
25 lines
1,023 B
JSON
{
|
|
"name" : "actual",
|
|
"version" : "1.0.11",
|
|
"title" : "jQuery Actual Plugin",
|
|
"author" : "dreamerslab <ben@dreamerslab.com>",
|
|
"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();` will return 0 instead of the actual width; This plugin simply fix it.",
|
|
"keywords": [
|
|
"width", "height", "hidden element width", "hidden element height", "actual"
|
|
],
|
|
"dependencies": {
|
|
"jquery": ">=1.2.3"
|
|
},
|
|
"contributors": [
|
|
{ "name": "Ben Lin", "email": "ben@dreamerslab.com" },
|
|
{ "name": "Erwin Derksen" },
|
|
{ "name": "Jon Tara", "email": "jtara-github-public@spamex.com" },
|
|
{ "name": "Matt Hinchliffe", "email": "matt@maketea.co.uk" },
|
|
{ "name": "Ryan Millikin" }
|
|
],
|
|
"licenses": [{
|
|
"type" : "MIT",
|
|
"url" : "LICENSE.txt"
|
|
}],
|
|
"homepage": "http://dreamerslab.com/blog/get-hidden-elements-width-and-height-with-jquery/"
|
|
}
|