ember-fastboot / simple-dom

207 stars 33 forks source link

API Docs #2

Open RangerMauve opened 9 years ago

RangerMauve commented 9 years ago

It'd be nice if there were docs on what features this library actually supports.

joshgillies commented 9 years ago

You could checkout the tests folder, eg. https://github.com/krisselden/simple-dom/blob/master/test/element-test.js

Most functional aspects of this module are in there.

mmun commented 9 years ago

I suspect YUI DOCs would be a welcome PR, even if just fleshing out input/outputs.

RangerMauve commented 9 years ago

What if people contributed to a github wiki?

RangerMauve commented 9 years ago

A simple demo of how to get started would also be nice.

Pajamaman commented 9 years ago

+1

gr0uch commented 9 years ago

+1

KirillSuhodolov commented 8 years ago

+1

Blackening999 commented 7 years ago

+1

@joshgillies cannot get module properly imported, do not want to hack right now, can you help me?

import Document from 'simple-dom/document';

^ this doesn't work in ember-fastboot environment

cahyowhy commented 7 years ago

I get an xml string from server. I wanna get a wpt and trkpt. Did this add on can make a selector to my xmlstring file?