johnny / johnny/jquery-sortable

Serialize option documentation is incomplete

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

Description

The default function is incomplete

```js
function ($parent, $children, parentIsContainer) {
var result = $.extend({}, $parent.data())

if(parentIsContainer)
return [$children]
else if ($children[0]){
result.children = $children
}
```

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.