¡@

Home 

2014/10/16 ¤W¤È 12:06:34

jquery Programming Glossary: process_xml

IE9 refuses to process XML response

http://stackoverflow.com/questions/9746515/ie9-refuses-to-process-xml-response

true reset the form after successful submit .ajax options can be used here too for example timeout 3000 function process_xml xml var type xml .find 'type' .text return type Find other elements and add them to your document function afterSuccess.. set to 'json' then the first argument to the success callback is the json data object returned by the server var xml process_xml responseText console.log 'success ' xml function afterCompletion xhr status if status 'parsererror' xmlDoc null Create.. xml new ActiveXObject Microsoft.XMLDOM xml.async false xml.loadXML xhr.responseText console.log 'complete ' process_xml xhr.responseText '#uploadForm' .ajaxForm options script Thanks in advance. javascript jquery xml ajax internet explorer..