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

Assemble contents for CSV #18

Open
davclark opened this issue Nov 6, 2015 · 2 comments
Open

Assemble contents for CSV #18

davclark opened this issue Nov 6, 2015 · 2 comments
Assignees

Comments

@davclark
Copy link
Member

davclark commented Nov 6, 2015

This will involve (relatively) simple jQuery to grab info from the DOM and put into a table.

A first step is to get the titles with jQuery:

$('.paper-stuff a')

Iterate through that and turn it into one string with a title on each line.

Use the jQuery docs.

@davclark
Copy link
Member Author

davclark commented Nov 6, 2015

Mozilla is a good source for css docs.

@davclark
Copy link
Member Author

davclark commented Nov 6, 2015

Also, check out this nice javascript book.

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