johnny / johnny/jquery-sortable

If another list number is full, how to limit the move to it and trigger function?

Open
#231 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
HTML
Stars
1.5k
Forks
429
PR merge metrics
No merged PRs in 30d

Description

For example, there are three ul, each UL can only have 10 li. If you drag onto the maximum number of regions, it will be fail and trigger function nextpage();
```
#1:


#2:
  • .....10 li....

#3:

#1 or #3 cannot drag to #2 .
If #2 has been moving to #1, #1 reached 10, #2 can no longer move to #1
```
What should I do to achieve this effect?
Thank you!

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.