johnny / johnny/jquery-sortable
If another list number is full, how to limit the move to it and trigger function?
Open
- 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.