Vanilla 1.1.5a is a product of Lussumo. More Information: Documentation, Community Support.
1 to 16 of 16
Using ajax can provide a good user experience, but only (in my opinion) if disabling JavaScript doesn't completely cripple the site.
- First, build an old-fashioned website that uses hyperlinks and forms to pass information to the server. The server returns whole new pages with each request.
- Now, use JavaScript to intercept those links and form submissions and pass the information via XMLHttpRequest instead. You can then select which parts of the page need to be updated instead of updating the whole page.
1 to 16 of 16