Create table

i need to insert my data( sTitle,sPublisher) into table using javascript
my code is:

<html>
<head>
    <title>Process XML using jQuery</title>
    <script src="Scripts/jquery-1.7.2.min.js" type="text/javascript"></script>
   
    <script type="text/javascript" language="javascript">
   
    function Print_xml(){
    $(document).ready(function(){
       $("#dvContent").append("<ul></ul>");
        $.ajax({
            type: "GET",
            url: "BookList.xml",...
Code (JavaScript):
Create table

from JavaScript http://ift.tt/1S3fG2a
via IFTTT
Previous
Next Post »
Thanks for your comment