Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
271 views
in Plugins by
closed by

I have 2 pages for 1 plugin and for each page, I send a request to the page itself with qa_self_html(), then catching it with qa_post_text('request').

I registered both pages in the qa-plugin.

However, now only the first page receives the request, the second page is not getting it! Even though I am using other request / title / class names etc.

Any help appreciated.

--

In other words: How can I request page 2 instead of page 1?

closed with the note: solved: It was a javascript error that did not do the ajax call to the page!
...