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: daedalus-codes/nestedSortable
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: ilikenwf/nestedSortable
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.
  • 18 commits
  • 3 files changed
  • 6 contributors

Commits on Dec 2, 2016

  1. Expand event receives expanded element

    The element that is expanded on hover should be passed as an argument to the "expand" event, since it is actually the real subject of the expansion. Most expand callbacks will surely want to know *what* was expanded
    ste-camp authored Dec 2, 2016
    Configuration menu
    Copy the full SHA
    5cca522 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2016

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

Commits on Jan 17, 2018

  1. Merge pull request ilikenwf#105 from 02-web/patch-1

    fix for npm installation "jquery-ui"
    ilikenwf authored Jan 17, 2018
    Configuration menu
    Copy the full SHA
    d1b9073 View commit details
    Browse the repository at this point in the history
  2. Merge pull request ilikenwf#104 from ste-camp/master

    Expand event receives expanded element
    ilikenwf authored Jan 17, 2018
    Configuration menu
    Copy the full SHA
    98c07f8 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2022

  1. Update jquery.mjs.nestedSortable.js

    jQueryUI 1.13+ requires the dragDirection object; so I added it.
    HermesSbicego-Laser authored Jan 13, 2022
    Configuration menu
    Copy the full SHA
    4e1f9a5 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2022

  1. Merge pull request ilikenwf#137 from HermesSbicego-Laser/patch-1

    Adds dragDirection object required by jQueryUI 1.13+
    ilikenwf authored Feb 11, 2022
    Configuration menu
    Copy the full SHA
    1bbc818 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2023

  1. Improved README readability

    Adds syntax highlighting to the code blocks to make it easier to digest on first glance.
    ajmeese7 authored Apr 1, 2023
    Configuration menu
    Copy the full SHA
    1e01055 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    660e5f2 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Update README.md

    zdienos authored Jan 24, 2024
    Configuration menu
    Copy the full SHA
    e9b4a07 View commit details
    Browse the repository at this point in the history
  2. test

    zdienos committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    5cfd4cc View commit details
    Browse the repository at this point in the history
  3. Create index.html

    zdienos authored Jan 24, 2024
    Configuration menu
    Copy the full SHA
    68d4b7a View commit details
    Browse the repository at this point in the history
  4. update index

    zdienos committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    94eea37 View commit details
    Browse the repository at this point in the history
  5. Update index.html

    zdienos authored Jan 24, 2024
    Configuration menu
    Copy the full SHA
    92461c6 View commit details
    Browse the repository at this point in the history
  6. delete index

    zdienos committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    ae6320b View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Merge pull request ilikenwf#143 from ajmeese7/master

    Improved README readability
    ilikenwf authored Jan 30, 2024
    Configuration menu
    Copy the full SHA
    af64da8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request ilikenwf#147 from zdienos/master

    Create Page Github
    ilikenwf authored Jan 30, 2024
    Configuration menu
    Copy the full SHA
    a98161a View commit details
    Browse the repository at this point in the history
  3. Update index.html

    ilikenwf authored Jan 30, 2024
    Configuration menu
    Copy the full SHA
    f844a2f View commit details
    Browse the repository at this point in the history
  4. Update README.md

    ilikenwf authored Jan 30, 2024
    Configuration menu
    Copy the full SHA
    d017399 View commit details
    Browse the repository at this point in the history
Loading