hej myran
i think i have some kind of the same issue.
I also want do display a post using javascript, but on the same site.
The problem is, that i can’t figure out, how to tell wordpress to show one post, without changing all the site.
I think, that the information, which post to display is coming from the URL(p.e: /wordpress/?p=201 –> post with ID 201 is shown).
So I want to tell functions like the_content() (which is creating the post) via javascript another value for “p”.
Unfortunately I did not figure out, how to do this. Maybe someone else can help.