Changes between Initial Version and Version 1 of Ticket #7707
- Timestamp:
- Dec 6, 2010, 4:52:41 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7707
-
Property
Summary
changed from
inside a ajax event dolar sign operator does not returns xmlDocument tag
toInside an ajax event dollar sign operator does not return xmlDocument tag
-
Property
Summary
changed from
-
Ticket #7707 – Description
initial v1 1 Inside a ajax event; i.e.1 Inside an ajax event; i.e. 2 2 3 3 {{{ 4 $.ajax({ 5 type: "POST", contentType:"application/xml" , url: "getUrsip.irpt", data: "ursip="+siparis.value, 6 complete: function(transport){ 7 xml = transport.responseXML; 8 $("kunnr").value = $("KUNNR", xml); 9 }); 4 $.ajax({ 5 type: "POST", 6 contentType: "application/xml", 7 url: "getUrsip.irpt", 8 data: "ursip=" + siparis.value, 9 complete: function( transport ) { 10 xml = transport.responseXML; 11 $( "kunnr" ).value = $( "KUNNR", xml ); 12 } 13 ); 10 14 }}} 11 15 '''$("KUNNR", xml);'''