如何使用变量预先填充HTML输入字段值?在这种情况下,模态体变量。 我读到了使用document.write,但我们如何将它与变量一起使用?
我们正在使用Mandrill&完整日历。
很多,非常感谢!
CODE:
<div class="polaroid">
<a href="#building" title="Building">
<img src="//lorempixel.com/100/100">
</a>
<a href="#car" title="Car">
<img src="//lorempixel.com/100/100">
</a>
<a href="#building" title="Building">
<img src="//lorempixel.com/100/100">
</a>
<a href="#sky" title="Sunset over a City">
<img src="//lorempixel.com/100/100">
</a>
<a href="#street" title="Street in Tokyo">
<img src="//lorempixel.com/100/100">
</a>
<a href="#sunset" title="Sunset on the Beach">
<img src="//lorempixel.com/100/100">
<a href="#tiger" title="Tiger">
<img src="//lorempixel.com/100/100">
</a>
<a href="#tree" title="Palm Trees">
<img src="//lorempixel.com/100/100">
</a>
<a href="#turtle" title="Turtle">
<img src="//lorempixel.com/100/100">
</a>
<a href="#water" title="Waterfall">
<img src="//lorempixel.com/100/100">
</a>
</div>
答案 0 :(得分:-1)
不确定你的意思,可能是这样的?
modal.find('.' + modal-body)
但变量cant的名字与&#34; - &#34;签到它..
&#34; modal-body
&#34;等于&#34; modal - body
&#34;,所以它将减去另一个..