How to replace lines of a table with jQuery / AJAX
I have a html table with following structure <table class="mytable"> <tbody class="body"> <tr class="headline1"> ... several td tags with some text ... </tr> <tr class="headline2"> ... several td tags with some text ... </tr> <tr class="content"> ... several td tags…