Permalink
Switch branches/tags
Nothing to show
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