chase
2
Q:

jquery set html of element

$('#selector').text('Your text here');
1
$("button").click(function(){
  $("p").html("Hello <b>world</b>!");
});
0

New to Communities?

Join the community