Jquery, set value of td in a table? March 23, 2023 by Tarik use .html() along with selector to get/set HTML: $('#detailInfo').html('changed value');