zuixjs / zuix-html-pwa

Progressive Web App template with a responsive, touch-first layout.
https://zuixjs.github.io/zuix-html-pwa/
MIT License
159 stars 54 forks source link

Posting data to server and rendering results #4

Closed javamonk44 closed 2 years ago

javamonk44 commented 4 years ago

Hi - great template! I've read the documentation and I believe I understand how to POST data to a server, but I'm not sure I understand how to render the results back to the users.

Now, when my function gets the results back, how can i push those results/data to a new page or view to be rendered to the screen?

Any examples or pointers would be greatly appreciated! Thanks!

javamonk44 commented 4 years ago

FYI - I figured out how to do this; I see that the lib only included a GET in the ajax call.. I extended the zuix lib to include a POST capability. Thnx