What is the limitation of AJAX ?
Answer / Manoj Kumar Rathor
The limitations of AJAX include:
1. Potential increased complexity of web development due to the need for JavaScript and AJAX knowledge.
2. Potential security risks if not handled properly (e.g., Cross-Site Scripting or CSRF attacks).
3. Requires careful consideration of compatibility issues across different browsers.
4. May not be suitable for applications requiring heavy data manipulation or complex calculations as the data is not always available offline.
| Is This Answer Correct ? | 0 Yes | 0 No |
Are there any frameworks available to help speedup development with ajax?
Don't be too quick to dump your plugin or applet based portions of your application. While ajax and dhtml can do drag and drop and other advanced user interfaces there still limitations especially when it comes to browser support. Plugins and applets have been around for a while and have been able to make ajax like requests for years. Applets provide a great set of ui components and apis that provide developers literally anything.
What is ajax method?
Explain fetch api in javascript?
How can javascript be debugged?
How can we make a mashup with java by accessing other domains data?
Is ajax an api?
What is synchronous request in ajax?
Who is using ajax?
How to handle multiple async ajax requests?
How do I handle concurrent ajax requests?
What are synchronous and asynchronous ajax requests?