simple-dom icon indicating copy to clipboard operation
simple-dom copied to clipboard

API Docs

Open RangerMauve opened this issue 10 years ago • 9 comments

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

RangerMauve avatar Jan 09 '15 22:01 RangerMauve

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.

joshgillies avatar Jan 29 '15 03:01 joshgillies

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

mmun avatar Jan 29 '15 04:01 mmun

What if people contributed to a github wiki?

RangerMauve avatar Jan 29 '15 14:01 RangerMauve

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

RangerMauve avatar Mar 04 '15 01:03 RangerMauve

+1

Pajamaman avatar Apr 24 '15 17:04 Pajamaman

+1

gr0uch avatar Jul 16 '15 10:07 gr0uch

+1

KirillSuhodolov avatar Jan 21 '16 17:01 KirillSuhodolov

+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

Blackening999 avatar Dec 28 '16 03:12 Blackening999

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?

cahyowhy avatar Jul 07 '17 10:07 cahyowhy