-
Merge pull request #62 from FreedomMercenary/LiValueFix
Correct select method not handling option and li elements
FezVrasta committed on GitHubApr 19, 2017 -
Add additional check for handling both option and li element values i…
…n select method. Add check to prevent double firing change event.
FreedomMercenary committedApr 19, 2017 -
Merge pull request #61 from FreedomMercenary/LiValueFix
Fix issue in IE for option values with dashes
FezVrasta committed on GitHubApr 19, 2017 -
Fix li elements incorrectly using non-integer values for value attr a…
…nd instead use data-value.
FreedomMercenary committedApr 19, 2017
-
Merge pull request #59 from corientdev/master
Disabled functionality added
FezVrasta committed on GitHubFeb 20, 2017 -
Changed some javascript syntax to jquery
corientdev committedFeb 20, 2017 -
corientdev committed
Feb 20, 2017 -
corientdev committed
Feb 20, 2017
-
corientdev committed
Feb 17, 2017
-
Merge pull request #58 from SullyP/patch-1
Fix autoinit filter
FezVrasta committed on GitHubFeb 15, 2017 -
SullyP committed on GitHub
Feb 15, 2017
-
Merge pull request #57 from SullyP/patch-1
Fix : MultiSelect no updating when original change
FezVrasta committed on GitHubDec 29, 2016 -
Fix : MultiSelect no updating when original change
MultiSelect Dropdown.js no updating when original multiselect change.
SullyP committed on GitHubDec 29, 2016
-
vmtco committed
Sep 10, 2016
-
Merge pull request #45 from odin3/master
Watch removed items from select
FezVrasta committed on GitHubAug 15, 2016 -
Merge pull request #46 from mintuhouse/patch-1
Allow setting $select.val('').change()
FezVrasta committed on GitHubAug 15, 2016
-
Allow setting $select.val('').change()
Fixes the issue where user is not able to set the dropdown value to blank programatically
Hasan Kumar committed on GitHubJun 22, 2016
-
odin3 committed on GitHub
Jun 16, 2016 -
Change items selection on option remove
odin3 committed on GitHubJun 16, 2016 -
odin3 committed on GitHub
Jun 16, 2016 -
Watch removed items from 'select'
odin3 committed on GitHubJun 16, 2016
-
Merge pull request #43 from chtrinh/bugfix/double_onselect_callback
Fix bug causing onselected to be fired twice and fix formmatting
FezVrasta committed on GitHubJun 14, 2016
-
Chris Trinh committed
May 12, 2016 -
Fix bug causing onselected to be fired twice and fix formmatting
Chris Trinh committedMay 12, 2016
-
Merge pull request #41 from chtrinh/bugfix/dropdownClass_optionClass
dropdown class and option class apply the correct styles
FezVrasta committedMay 11, 2016 -
dropdown class and option class apply the correct styles
Chris Trinh committedMay 11, 2016
-
Merge pull request #30 from arielbottero/patch-2
jquery.dropdown.js
FezVrasta committedNov 13, 2015 -
Merge pull request #32 from magikozio/fix-autoinit
Patch jquery.dropdown.js for autoselect
FezVrasta committedNov 13, 2015 -
magikozio committed
Nov 13, 2015
-
arielbottero committed
Nov 2, 2015
-
Highlighted the current selection if($target[0].tagName.toUpperCase()=="LI") {selectOptions.not($target).removeClass("selected"); } // at line 298 $option.addClass("selected"); // at line 351
arielbottero committedOct 31, 2015