Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: javierm/jquery-select-autocomplete
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: robbevan/jquery-select-autocomplete
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 9 files changed
  • 5 contributors

Commits on Aug 31, 2009

  1. fixed typo in readme

    gabehollombe committed Aug 31, 2009
    Configuration menu
    Copy the full SHA
    ee29fa0 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2009

  1. added closure around jQuery select-autocomplete plugin, added in opti…

    …ons that can be passed to the original autocomplete, removed extra use of jquery object calls since caching jquery objects is faster, var all variables at the top of methods and only used one var
    liferealized committed Nov 2, 2009
    Configuration menu
    Copy the full SHA
    3cac34d View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2009

  1. update to script to remove all references to the dom object and to ch…

    …ange around setting the inputs value to only the selected item.
    liferealized committed Nov 3, 2009
    Configuration menu
    Copy the full SHA
    9f52ab8 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2009

  1. elaborated on the readme a bit and show the select box in the demo fo…

    …r clarity's sake
    Gabe Hollombe committed Nov 6, 2009
    Configuration menu
    Copy the full SHA
    ea39810 View commit details
    Browse the repository at this point in the history
  2. tweaked readme

    Gabe Hollombe committed Nov 6, 2009
    Configuration menu
    Copy the full SHA
    eed16cc View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2010

  1. fixed defect where if you have a select without an option explicitly …

    …selected it doesnt correctly default to first choice. This causes a mismatch between the hidden select and the autocomplete box
    erikstmartin committed Jan 7, 2010
    Configuration menu
    Copy the full SHA
    20e4dca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91a54bf View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2010

  1. readme link to live demo

    gabehollombe committed Jan 13, 2010
    Configuration menu
    Copy the full SHA
    93da3b2 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2010

  1. Configuration menu
    Copy the full SHA
    5ec6a84 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2010

  1. unsupported in readme

    gabehollombe committed Jun 30, 2010
    Configuration menu
    Copy the full SHA
    cddec5e View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2011

  1. Configuration menu
    Copy the full SHA
    dea3229 View commit details
    Browse the repository at this point in the history
Loading