Is javascript knowledge is required to do Ajax?
Answer / v madhu babu
Yes, if you plan to develop new AJAX functionality for your web application.
Is This Answer Correct ? | 0 Yes | 0 No |
When should I use an java applet instead of ajax?
Does ajax have significant accessibility or browser compatibility limitations? Do ajax applications break the back button? Is ajax compatible with rest? Are there security considerations with ajax development? Can ajax applications be made to work for users who have javascript turned off?
Is ajax just another name for xmlhttprequest?
How can we assign an object in Java Script?? For Example:- ----------- If i create an object "obj1" var obj1 = Object(); obj1.name = "hari"; and if i want to assign it to two objects "obj2" and "obj3" with different names... obj1.name = "gopi" obj2 = new Object(obj1); obj1.name = "raghu" obj3 = new Object(obj1) Now ob2.name become to "raghu" from "gopi". WHY? how to solve the above problem?
Can we call server-side code from javascript? : asp.net ajax
How many validation controls are available in asp.net ajax 4.0? : asp.net ajax
Difference between server-side ajax framework and client-side ajax framework?
Is there any use abilities problems in ajax?
List the different states of xmlhttprequest with their description? : asp.net ajax
What is a simple example of where a ajax request would be used?
Explain fetch api in javascript?
What is JSON in Ajax?