如何通过jQuery更新XML节点?

时间:2013-04-08 12:10:07

标签: javascript jquery xml dom

<id>1</id>
<Question>what is .net ??</Question>
<option1>gdsg</option1>
<option2>dg</option2>
<option3>gfdgfdg</option3>
<option4>gfdgfd</option4>
<Marks>1</Marks>
<USERANSWER></USERANSWER>
<CorrectAnswer></CorrectAnswer>
<DESCRIPTION></DESCRIPTION>

这是我的XML格式,我想通过jQuery更新<USERANSWER></USERANSWER>节点 - 当我只需要客户端更新而不使用webmethods时如何做到这一点我必须只使用html页面和xml文件应用

1 个答案:

答案 0 :(得分:0)

$(xml).find('USERANSWER').text("answer");