Internet Explorer Ajax Fix Video 0032

A Video for the Ojambo.com Internet Explorer Ajax Fix article.
Part One of One

Microsoft released a new browser that is follows standards. Older versions of Internet Explorer have held back adoption of web standards such as Ajax submissions. Ajax stands for asynchronous JavaScript and XML and loads pages dynamically without reloading the page.

The video demonstrates the normal way of submitting code from the client-side to the server-side. A JavaScript library called jQuery is used to perform Ajax submission with by the post method.