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 6594
What is json? : asp.net ajax
How do I handle the back and forward buttons?
How do we get the xmlhttprequest object?
How can we detect asynchronous partial page postbacks?
In what way are proxyless calls different than the proxied calls in ajax?
Can you list some examples of ajax-based applications?
Is the ajaxcontroltoolkit.dll file installed in the global assembly cache? : asp.net 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?
Easy trough that the classical web applications are harder to make than ajax applications?
What are synchronous and asynchronous ajax requests?
What browsers does html_ajax work with?
What are the different ready states of a request in ajax?
What is ajax and how does it work?
How do I test my ajax code?
What is the importance of client-side libraries? : asp.net ajax