Permalink
Switch branches/tags
Nothing to show
Commits on Aug 6, 2015
  1. Merge pull request #24 from nekkon/patch-1

    .val+change fix
    Fez Vrasta committed Aug 6, 2015
Commits on Aug 4, 2015
  1. .val+change fix

    .val("value").trigger("change"); works with this change
    nekkon committed Aug 4, 2015
  2. Merge pull request #22 from Hamper/master

    autoinit nested selects
    Fez Vrasta committed Aug 4, 2015
  3. autoprefixed

    Fez Vrasta 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 25, 2015
  1. Merge pull request #18 from liesislukas/master

    Bugfix for whitespace around selected option.
    Fez Vrasta committed Jun 25, 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. Merge pull request #13 from arunpoudel/master

    :selected attribute not being honoured
    Fez Vrasta committed Apr 22, 2015
  2. Merge pull request #1 from arunpoudel/select-patch-1

    Fixes ":selected" attribute not being honoured
    arunpoudel committed Apr 22, 2015
  3. 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
  1. Merge pull request #12 from jesusprubio/master

    UDM support added (CommonJS/Browserify included)
    Fez Vrasta committed Mar 3, 2015
Commits on Jan 11, 2015
  1. Merge pull request #4 from dropfen/master

    Call attr() instead of prop() to set it to selected
    Fez Vrasta committed Jan 11, 2015
  2. Call attr() instead of prop() to set it to selected

    Had this issue in Chrome & Meteor, that I couldn't  set an option to selected. This Fix helped.
    dropfen committed Jan 11, 2015
Commits on Jan 5, 2015
  1. 0.0.2dev

    FezVrasta committed Jan 5, 2015
Commits on Dec 29, 2014
  1. Merge remote-tracking branch 'origin/master'

    Conflicts:
    	index.html
    	jquery.dropdown.css
    	jquery.dropdown.js
    FezVrasta committed Dec 29, 2014
  2. made the package nicer

    FezVrasta committed Dec 29, 2014
Commits on Dec 18, 2014
  1. Merge pull request #2 from tasonface/patch-1

    Listen to original "change" event
    Fez Vrasta committed Dec 18, 2014
  2. Listen to original "change" event

    Trigger change event, if declared on the original selector.
    
    Tested in: Chrome 39.0.2171.71m, Firefox 33.1, IE11
    tasonface committed Dec 18, 2014
Commits on Dec 1, 2014
  1. added support for diabled selects

    FezVrasta committed Dec 1, 2014
  2. changed tabbing

    FezVrasta committed Dec 1, 2014
Commits on Nov 14, 2014
  1. fixed dropdown placement

    FezVrasta committed Nov 14, 2014
  2. fixed compatibility with material.js

    FezVrasta committed Nov 14, 2014
  3. added quotes

    FezVrasta committed Nov 14, 2014
  4. license

    Federico Zivolo committed Nov 14, 2014
  5. initial

    Federico Zivolo committed Nov 14, 2014
  6. Initial commit

    Federico Zivolo committed Nov 14, 2014