Using Ajax offline

Using Ajax offline

Hey,
I'm currently building a web app with jQuery. I'm using Ajax to create smooth page transitions (fadeout -> load new body content with ajax -> fade in). This works perfectly but requires a webserver. Thats a problem, because I'm only loading static HTML and Javascript. I don't have any server side code.

I want to publish the app on CD also for people without internet (trust me, they exsist ;) ). Is there any solution to use my code offline? Of course I could write different code, because I don't have any loading time when offline. But this is extensive...

Hope you can help me.
Best regards!