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

Serialize more than li ID's #10

Open
Christilut opened this issue Sep 5, 2014 · 1 comment
Open

Serialize more than li ID's #10

Christilut opened this issue Sep 5, 2014 · 1 comment

Comments

@Christilut
Copy link

Is it currently possible to serialize more data than the id's of li's ?

For example, I have this tree:

<ol>
    <li id="item1">
        <div id="item2">
        </div>
        <div id="item3">
        </div>
    </li>
</ol>

And I want id's of both the li and div to show in the serialize output.
The documentation is not entirely clear, some parameters are not explained (such as "items").

@ilikenwf
Copy link
Owner

ilikenwf commented Sep 5, 2014

I don't think this is possible, currently.

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

2 participants