How to get the HTML Table cell value using jQuery

    $('#myTable').find("td").each(function(index){
     console.log($(this).html());
    });

No comments:

Post a Comment

NO JUNK, Please try to keep this clean and related to the topic at hand.
Comments are for users to ask questions, collaborate or improve on existing.