Wednesday, July 26, 2017

Without jQuery, AJAX coding can be a bit tricky!

Without jQuery, AJAX coding can be a bit tricky!
Writing regular AJAX code can be a bit tricky, because different browsers have different syntax for AJAX implementation. This means that you will have to write extra code to test for different browsers.