Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Save position #105

Open
sandylusares opened this issue Sep 20, 2013 · 4 comments
Open

Save position #105

sandylusares opened this issue Sep 20, 2013 · 4 comments

Comments

@sandylusares
Copy link

How can I save position after refresh?

@Gataquadrada
Copy link

By using a DB or Session:

$('.dd').nestable({
     /* Config */
}).on('change', function(){ 
    console.log($('.dd').nestable('serialize'));

    /* AJAX */
});

Just adding here for people who might come through Google (as I did).

@mitulparmar21696
Copy link

Uncaught TypeError: $(...).nestable is not a function

It gives me this error not working for me

@Gataquadrada
Copy link

Either you don't have nestedSortable or jQuery (probably this one).

@Gataquadrada
Copy link

Gataquadrada commented Jul 16, 2018

Also, this plugin is abandoned. You should use this version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants