Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
次のような変数に要素を追加しようとしています
$tooltipElement = $('#' + tooltipId); //I want to edit p element inside the tooltipElement variable. $tooltipElement.//<p>.css('font-size':'15');
それ、どうやったら出来るの?どうもありがとう。
.find:
.find
$tooltipElement.find('p').css('font-size', '15');
また、あなたはどういう意味15pxですか?
15px