What is the use of trigger in ajax?
Answers were Sorted based on User's Feedback
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?
How to control the duration of an Ajax request?
Can I use asp.net ajax with any other technology apart from asp.net?
Can I use ajax with seam?
What role of #&& in querystring?
What about applets and plugins?
Does this mean adaptive path is anti-flash?
Is ajax a framework?
What is the difference between synchronous postback and asynchronous postback? : asp.net ajax
What are the important methods of xmlhttprequest?
Who is using ajax?
Some of the google examples you cite don't use xml at all. Do I have to use xml and/or xslt in an ajax application?