Permalink
Switch branches/tags
Nothing to show
Commits on Apr 19, 2017
  1. Merge pull request #62 from FreedomMercenary/LiValueFix

    Correct select method not handling option and li elements
    committed on GitHub Apr 19, 2017
  2. Add additional check for handling both option and li element values i…

    …n select method.
    
    Add check to prevent double firing change event.
    FreedomMercenary committed Apr 19, 2017
  3. Merge pull request #61 from FreedomMercenary/LiValueFix

    Fix issue in IE for option values with dashes
    committed on GitHub Apr 19, 2017
  4. Fix li elements incorrectly using non-integer values for value attr a…

    …nd instead use data-value.
    FreedomMercenary committed Apr 19, 2017
Commits on Feb 20, 2017
  1. Merge pull request #59 from corientdev/master

    Disabled functionality added
    committed on GitHub Feb 20, 2017
  2. Minor Fix

    corientdev committed Feb 20, 2017
  3. Did suggested changes

    corientdev committed Feb 20, 2017
Commits on Feb 19, 2017
  1. Merge pull request #50 from vmtco/master

    add RTL support
    committed on GitHub Feb 19, 2017
Commits on Feb 17, 2017
  1. Disabled functionality added

    corientdev committed Feb 17, 2017
Commits on Feb 15, 2017
  1. Merge pull request #58 from SullyP/patch-1

    Fix autoinit filter
    committed on GitHub Feb 15, 2017
  2. Fix autoinit filter

    SullyP committed on GitHub Feb 15, 2017
Commits on Dec 29, 2016
  1. Merge pull request #57 from SullyP/patch-1

    Fix : MultiSelect no updating when original change
    committed on GitHub Dec 29, 2016
  2. Fix : MultiSelect no updating when original change

    MultiSelect Dropdown.js no updating when original multiselect change.
    SullyP committed on GitHub Dec 29, 2016
Commits on Oct 2, 2016
  1. Merge pull request #51 from Worldrider/patch-1

    fix #35
    committed on GitHub Oct 2, 2016
Commits on Sep 26, 2016
  1. fix #35

    worked for me
    Worldrider committed on GitHub Sep 26, 2016
Commits on Sep 17, 2016
  1. fixed bug

    vmtco committed Sep 17, 2016
Commits on Sep 10, 2016
  1. add RTL support

    vmtco committed Sep 10, 2016
Commits on Aug 15, 2016
  1. Merge pull request #45 from odin3/master

    Watch removed items from select
    committed on GitHub Aug 15, 2016
  2. Merge pull request #46 from mintuhouse/patch-1

    Allow setting $select.val('').change()
    committed on GitHub Aug 15, 2016
Commits on Jun 22, 2016
  1. 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 GitHub Jun 22, 2016
Commits on Jun 16, 2016
  1. Add 'destroy' function

    odin3 committed on GitHub Jun 16, 2016
  2. Change items selection on option remove

    odin3 committed on GitHub Jun 16, 2016
  3. Remove unused test code

    odin3 committed on GitHub Jun 16, 2016
  4. Watch removed items from 'select'

    odin3 committed on GitHub Jun 16, 2016
Commits on Jun 14, 2016
  1. Merge pull request #43 from chtrinh/bugfix/double_onselect_callback

    Fix bug causing onselected to be fired twice and fix formmatting
    committed on GitHub Jun 14, 2016
Commits on May 12, 2016
  1. Remove console logging

    Chris Trinh committed May 12, 2016
Commits on May 11, 2016
  1. Merge pull request #41 from chtrinh/bugfix/dropdownClass_optionClass

    dropdown class and option class apply the correct styles
    committed May 11, 2016
Commits on Nov 13, 2015
  1. Merge pull request #30 from arielbottero/patch-2

    jquery.dropdown.js
    committed Nov 13, 2015
  2. Merge pull request #32 from magikozio/fix-autoinit

    Patch jquery.dropdown.js for autoselect
    committed Nov 13, 2015
  3. Update jquery.dropdown.js

    magikozio committed Nov 13, 2015
Commits on Nov 2, 2015
  1. Update jquery.dropdown.js

    arielbottero committed Nov 2, 2015
Commits on Oct 31, 2015
  1. jquery.dropdown.js

    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 committed Oct 31, 2015