Skip to main content
Stack Overflow
  1. About
  2. For Teams

Return to Answer

added 132 characters in body
Source Link

Set .text()

t.children("h2").text('new sample'));

If you want to set [.html()](http://api.jquery.com/html/) content
t.children("h2").html('new sample'));

Child Selector ("parent > child")

$('.content > h2').html('new sample');

Set .text()

t.children("h2").text('new sample'));

If you want to set [.html()](http://api.jquery.com/html/) content
t.children("h2").html('new sample'));

Set .text()

t.children("h2").text('new sample'));

If you want to set [.html()](http://api.jquery.com/html/) content
t.children("h2").html('new sample'));

Child Selector ("parent > child")

$('.content > h2').html('new sample');
Source Link

Set .text()

t.children("h2").text('new sample'));

If you want to set [.html()](http://api.jquery.com/html/) content
t.children("h2").html('new sample'));
default

AltStyle によって変換されたページ (->オリジナル) /