Commits on Apr 19, 2017
  1. 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
  2. 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. Fix autoinit filter

    SullyP committed on GitHub Feb 15, 2017
Commits on Dec 29, 2016
  1. 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 Sep 26, 2016
  1. fix #35

    worked for me
    Worldrider committed on GitHub Sep 26, 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
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 May 12, 2016
  1. Remove console logging

    Chris Trinh committed May 12, 2016
Commits on 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. 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
Commits on Aug 4, 2015
  1. .val+change fix

    .val("value").trigger("change"); works with this change
    nekkon committed Aug 4, 2015
Commits on Jul 22, 2015
  1. fix

    Hamper committed Jul 22, 2015
Commits on Jul 21, 2015
  1. fix multi selects init

    Hamper committed Jul 21, 2015
  2. autoinit nested selects

    Hamper committed Jul 21, 2015
Commits on Jul 1, 2015
  1. Merge pull request #16 from NVentimiglia/master

    Fix for <select> elements
    Fez Vrasta committed Jul 1, 2015
Commits on Jun 20, 2015
  1. Update jquery.dropdown.js

    trim'ing blankspace coming from html
    liesislukas committed Jun 20, 2015
Commits on Jun 7, 2015
  1. onSelected event handler

    onSelected event handler
    NVentimiglia committed Jun 7, 2015
Commits on Jun 4, 2015
  1. Update jquery.dropdown.js

    Fix for <select> elements
    NVentimiglia committed Jun 4, 2015
Commits on Apr 22, 2015
  1. Fixes ":selected" attribute not being honoured

    selected attribute of the option wasn't being honoured because the selector passed was wrong.
    arunpoudel committed Apr 22, 2015
Commits on Mar 3, 2015