+ 3
$("#d").html('Hello World'); # for ID, a . for a class .html() to modify the innerHTML of the selector, in this case id="d" and then whatever I want to put into the html.
14th Apr 2018, 4:11 AM
Adam
Adam - avatar