「ハイライトを追加」テキストリンクが1つあるテキストフィールドがあります。リンクを追加するたびにクリックすると、3つのdivを上下に表示できるはずです。
以下の HTML コードを考えると、
<input size="20" id="high_light" type="text" maxlength="30" placeholder="Highlights of this offer" />
<span><a href="#" id="add"> + Add more highlights</a></span>
<div id="highlight1" style="display:none;"><input class="word_count2" size="20" name="high_light2" id="high_light2" type="text" maxlength="30" /></div>
<div id="highlight2" style="display:none;"><input class="word_count2" size="20" name="high_light2" id="high_light2" type="text" maxlength="30" /></div>
<div id="highlight3" style="display:none;"><input class="word_count2" size="20" name="high_light2" id="high_light2" type="text" maxlength="30" /></div>
ありがとう