Is javascript knowledge is required to do Ajax?



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

Post New Answer

More AJAX Interview Questions

When should I use an java applet instead of ajax?

0 Answers  


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?

0 Answers  


Is ajax just another name for xmlhttprequest?

0 Answers  


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?

2 Answers  


Can we call server-side code from javascript? : asp.net ajax

0 Answers  






How many validation controls are available in asp.net ajax 4.0? : asp.net ajax

0 Answers  


Difference between server-side ajax framework and client-side ajax framework?

0 Answers  


Is there any use abilities problems in ajax?

0 Answers  


List the different states of xmlhttprequest with their description? : asp.net ajax

0 Answers  


What is a simple example of where a ajax request would be used?

0 Answers  


Explain fetch api in javascript?

0 Answers  


What is JSON in Ajax?

1 Answers  


Categories