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: m-ahmadi/combo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: old
Choose a base ref
...
head repository: m-ahmadi/combo
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.
  • 19 commits
  • 17 files changed
  • 1 contributor

Commits on Feb 24, 2020

  1. created new combo & moved prev code to old branch

    (inspired from the old code which was named autoc)
    
    combo.table.html
      using a table for showing items
      search not implemented
    m-ahmadi committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    1d90918 View commit details
    Browse the repository at this point in the history
  2. added combo.ul.html with full starting features

    using a ul for showing items
    item searching with highlighted matches and sorted by exact matches
    simple debouncing on input event
    escaping search query for regex
    m-ahmadi committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    3eaa396 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2020

  1. added readme.md

    m-ahmadi committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    decfc0a View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2020

  1. Configuration menu
    Copy the full SHA
    627c907 View commit details
    Browse the repository at this point in the history
  2. minor code formatting

    m-ahmadi committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    225479a View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2020

  1. Configuration menu
    Copy the full SHA
    f09b960 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d189bfa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    277abac View commit details
    Browse the repository at this point in the history
  4. typo

    m-ahmadi committed Feb 29, 2020
    Configuration menu
    Copy the full SHA
    9792ef2 View commit details
    Browse the repository at this point in the history
  5. minor code formatting

    m-ahmadi committed Feb 29, 2020
    Configuration menu
    Copy the full SHA
    1409042 View commit details
    Browse the repository at this point in the history
  6. added combo.ul.filter.html

    same as combol.ul.html but with xBtn, filterBtn and filterBox
    m-ahmadi committed Feb 29, 2020
    Configuration menu
    Copy the full SHA
    44235c6 View commit details
    Browse the repository at this point in the history
  7. updated readme.md

    m-ahmadi committed Feb 29, 2020
    Configuration menu
    Copy the full SHA
    d57a40f View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2020

  1. minor code formatting

    m-ahmadi committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    cabca36 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2020

  1. Configuration menu
    Copy the full SHA
    cb43b4b View commit details
    Browse the repository at this point in the history
  2. leftover from 1d90918

    m-ahmadi committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    ebbf566 View commit details
    Browse the repository at this point in the history
  3. added cash <script> and used it primarily

    commented out jquery's script (works with either one)
    minor css modification in `combo.ul.filter` in order to work with `cash`
     (due to diffrences in jquery & cash show()/hide() methods)
    m-ahmadi committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    6cc324b View commit details
    Browse the repository at this point in the history
  4. updated readme.md

    m-ahmadi committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    ceccf17 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2020

  1. switched to using jquery due to cash's bug

    will switch back to cash when its bug is fixed
    m-ahmadi committed May 5, 2020
    Configuration menu
    Copy the full SHA
    bc43290 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2020

  1. switched back to cash since its bug was fixed

    also updated the commented jquery version to 3.5.1
    m-ahmadi committed Jun 28, 2020
    Configuration menu
    Copy the full SHA
    c1be8e5 View commit details
    Browse the repository at this point in the history
Loading