Opened 10 years ago
Last modified 10 years ago
#7707 closed bug
Inside an ajax event dollar sign operator does not return xmlDocument tag — at Version 1
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | 1.6 |
Component: | unfiled | Version: | 1.4.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description (last modified by )
Inside an ajax event; i.e.
$.ajax({ type: "POST", contentType: "application/xml", url: "getUrsip.irpt", data: "ursip=" + siparis.value, complete: function( transport ) { xml = transport.responseXML; $( "kunnr" ).value = $( "KUNNR", xml ); } );
$("KUNNR", xml); returns null parameter even xml has a xml formated document..
Change History (1)
comment:1 Changed 10 years ago by
Description: | modified (diff) |
---|---|
Summary: | inside a ajax event dolar sign operator does not returns xmlDocument tag → Inside an ajax event dollar sign operator does not return xmlDocument tag |
Note: See
TracTickets for help on using
tickets.
fixed formatting