JQuery operate xml

Posted Javi

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了JQuery operate xml相关的知识,希望对你有一定的参考价值。

msg is

<?xml ?>

<Parameters>

  <WorkflowName>...</WorkflowName>

</Parameters>

<Parameters>

...

</Parameters>

var arr=$(msg).find(‘Parameters‘);
var workflowName="";
$(arr).each(function(){
workflowName+=$(this).children("WorkflowName").text()+";"
});





以上是关于JQuery operate xml的主要内容,如果未能解决你的问题,请参考以下文章

jQuery UI Autocomplete JSON 给出错误:Uncaught TypeError: Cannot use 'in' operator to search '62' in

JQuery $.each遍历JSON字符串报Uncaught TypeError:Cannot use 'in' operator to search for

jquery each报 Uncaught TypeError: Cannot use 'in' operator to search for错误

由 Datatables 插件和 jQuery 1.11.3 触发的“Uncaught TypeError: Cannot use 'in' operator to search 'length' i

有条件地加载jQuery

有条件地加载jQuery