1

JSFiddle = http://jsfiddle.net/burtondav/Vke9u/

咖啡脚本:

$('#calModal').modal('show')
$("savebtn").bind 'click', (event)  =>
  $("calModal").modal('hide')
  title = $(".modal-body #title").val()
  hours = $(".modal-body #hours").val()
  console.log title
  console.log hours
  return​

得到:

{"error": "Shell form does not validate{'html_initial_name': u'initial-js_lib', 'form':
    <mooshell.forms.ShellForm object at 0x9703acc>, 'html_name': 'js_lib', 'label': u'Js 
    lib', 'field': <django.forms.models.ModelChoiceField object at 0x959a8ec>, 
    'help_text': '', 'name': 'js_lib'}"
}

感谢帮助。

4

1 回答 1

0

您不能在 JSFiddle 上提交 html 表单,因为没有服务器可以接收它们。

于 2012-12-16T23:53:34.667 回答