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'}"
}
感谢帮助。