How to manipulate with UL with jQuery in XML+XSL generated HTML?

前端 未结 1 1422
后悔当初
后悔当初 2021-01-28 02:37

This is the XML:




This is the a.xsl<

1条回答
  •  北荒
    北荒 (楼主)
    2021-01-28 03:19

    This is how it works instead:

    $('#list').html('
  • foo
  • ');

    0 讨论(0)
提交回复
热议问题