Is ajax a framework?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More AJAX Interview Questions

What do I need to know to create my own ajax functionality?

0 Answers  


How ajax work ?

0 Answers  


Does java have support for comet style server-side push?

0 Answers  


How can AJAX applications be debugged?

1 Answers  


What are the tools for debugging ajax applications?

0 Answers  


When will html_ajax have a stable release?

0 Answers  


How to handle multiple async ajax requests?

0 Answers  


What are the new features included in the microsoft ajax library? : asp.net ajax

0 Answers  


When do I use a synchronous versus asynchronous request?

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  


What are the goals of Ajax?

1 Answers  


What are the difference between AJAX and Javascript?

0 Answers  


Categories