You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Radical change in code. Idea changed and made more generic.
- make HTML element interactive or trigger AJAX call
- Ajax responds with JSON or XML package that contains set of actions
- Manipulate the dom based on the received actions
This is the basic idea. It should save some time for the developer and make it easy to make interactive pages that that are connected to a back-end.
Todo:
- Create server side library for creating packages
- Use history api to store ajax history
- test post and file upload
0 commit comments