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 6740
Did adaptive path invent ajax?
What is the asp.net ajax framework?
When will html_ajax have a stable release?
What is polling in ajax.
How many validation controls are available in asp.net ajax 4.0? : asp.net ajax
How to handle multiple or concurrent requests in ajax?
Techniques for asynchronous server communication have been around for years. What makes ajax a "new" approach?
Is it true that ajax is code browser compatible?
What is the basic goals of AJAX ?
What is the asp.net ajax framework? What versions have been released so far?
What are ajax controls?
What parts of the html_ajax api are stable?
Which request is better with ajax, get or post?
Does ajax have significant accessibility or browser compatibility limitations?
How does an ajax call work?