We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
-vara=$(evt.target)
62
-varurl=a.attr('href')
+vara=$(evt.target);
+varurl=a.attr('href');
63
$.getJSON(url,function(json){
64
if(json.code==200){
65
a.text(json.result);
0 commit comments