We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a458a5 commit 24422f4Copy full SHA for 24422f4
Day41-55/code/hellodjango/templates/demo/teacher.html
@@ -58,8 +58,8 @@ <h1>{{ x.name }}老师</h1>
58
$(function() {
59
$('.basic .button').on('click', function(evt) {
60
evt.preventDefault();
61
- var a = $(evt.target)
62
- var url = a.attr('href')
+ var a = $(evt.target);
+ var url = a.attr('href');
63
$.getJSON(url, function(json) {
64
if (json.code == 200) {
65
a.text(json.result);
0 commit comments