jquery.dropdown.js #30
| @@ -295,7 +295,7 @@ | ||
| // Behavior for single select | ||
| if (!multi) { | ||
| // Unselect options except the one that will be selected | ||
| - selectOptions.not($target).removeClass("selected"); | ||
| + if($target[0].tagName.toUpperCase()=="LI") {selectOptions.not($target).removeClass("selected"); } |
|
FezVrasta
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Highlight the current selection