当我点击#screenrId时,它会提交默认数据而无需添加用户输入的新数据。如何在添加表单输入字段数据之后等待附加数据?
<script type="text/javascript">
$(document).ready(function() {
Screenr.Recorder( { subject:""}).appendTo("screenrId");
});
</script>
<form>
<h4>Subject <input name="subject" id='subject' type="text" ></h4>
</form>
<div id="screenrId" ></div>
我试图将表格数据添加到screen.recorder函数中,然后才附加它? Screenr.Recorder( { subject:""})
答案 0 :(得分:0)
很确定我刚修好它:http://jsfiddle.net/XVCVE/3/
问题:
<script>
标记,因此我将该代码移到了顶部。http:
或https:
。之后,按钮在稍微延迟后出现。