pretty-dropdowns
Advanced tools
Comparing version 4.10.0 to 4.11.0
/*! | ||
* jQuery Pretty Dropdowns Plugin v4.10.0 by T. H. Doan (http://thdoan.github.io/pretty-dropdowns/) | ||
* jQuery Pretty Dropdowns Plugin v4.11.0 by T. H. Doan (http://thdoan.github.io/pretty-dropdowns/) | ||
* | ||
@@ -86,8 +86,2 @@ * jQuery Pretty Dropdowns by T. H. Doan is licensed under the MIT License. | ||
+ $select.css('margin-left') + ';">'; | ||
// NOTE: If 'size' attribute is larger than 1, then the first item won't be selected by | ||
// default, so we have to do it manually. | ||
if (!$selected[0]) { | ||
$items[0].selected = true; | ||
$selected = $items.filter(':selected'); | ||
} | ||
if (bMultiple) { | ||
@@ -94,0 +88,0 @@ sHtml += renderItem(null, 'selected'); |
{ | ||
"name": "pretty-dropdowns", | ||
"version": "4.10.0", | ||
"version": "4.11.0", | ||
"description": "A simple, lightweight jQuery plugin to create stylized drop-down menus.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
34784
5
641