jQuery convert HTML Table to XML

后端 未结 4 1330
时光取名叫无心
时光取名叫无心 2021-01-22 00:17

I am retrieving HTML from a remote host with the following jQuery code

    var loadUrl = \"URL.html\"; 
        $(\"#result\")
        .html(ajax_load)
        .load(         


        
4条回答
  •  一生所求
    2021-01-22 00:47

    Using this way easy html table convert into xml:--

    
    
    Class 1995 1996 1997
    Class1
    Class2

提交回复
热议问题