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 6603
What does the minimumprefixlength property of the autocompleteextender control do? : asp.net ajax
What is asp.net 2.0 ajax?
What is the role of the callback function in ajax?
Explain the step property of the numericupdownextender control? : asp.net ajax
What are the difference between AJAX and Javascript?
Did adaptive path invent ajax? Did google?
What browsers does html_ajax work with?
What javascript libraries and frameworks are available for ajax support?
Is the ajaxcontroltoolkit.dll file installed in the global assembly cache? : asp.net ajax
When do I use a synchronous versus a asynchronous request?
What are ajax extensions?
Is it compulsory to have script manager on the page when you are using any control of ajax control tool kit?
What is the difference between synchronous and asynchronous requests?
What is the disadvantage of ajax?
When will html_ajax have a stable release?