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

ENH: RDFJS #20

Open
westurner opened this issue Feb 27, 2017 · 1 comment
Open

ENH: RDFJS #20

westurner opened this issue Feb 27, 2017 · 1 comment
Labels

Comments

@westurner
Copy link
Member

No description provided.

@westurner westurner added the ENH label Feb 27, 2017
@westurner
Copy link
Member Author

For context:

// $('div.section')

nodes = $('div.line-block > div.line');
for (var i=0; i<nodes.length; i++) {
    var node=nodes[i];
    if ((node.hasChildNodes() == true) && (node.children.length > 1)) {
        console.log(node.textContent);
        console.log(node);
    }
}

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

No branches or pull requests

1 participant