diff --git a/site/public/documentation/_layout.ejs b/site/public/documentation/_layout.ejs index 284ce10..3f1ac23 100644 --- a/site/public/documentation/_layout.ejs +++ b/site/public/documentation/_layout.ejs @@ -43,9 +43,13 @@ ' href='/documentation/builtin_drag.html'>Drag + ' href='/documentation/faq.html'> + FAQ + + ' href='/documentation/help.html'> Getting Help - + diff --git a/site/public/documentation/faq.md b/site/public/documentation/faq.md new file mode 100644 index 0000000..b55bcad --- /dev/null +++ b/site/public/documentation/faq.md @@ -0,0 +1,31 @@ +FAQ +=== + +**Q:** Why can't I access my DOM element? + +**A:** Planetary.js provides no methods for DOM access or for waiting for the DOM ready event; you'll need to handle this on your own or use a third-party library. + +