Difference between revisions of "Team:Jilin China/Enc/CodeLab"

Line 4: Line 4:
 
function timedMsg(){
 
function timedMsg(){
 
  var usa = "Not Found";
 
  var usa = "Not Found";
  usa = $("#user_item").text();  
+
  usa = $("#user_item").innerText;  
 
  $("#a").html(usa);
 
  $("#a").html(usa);
 
}
 
}

Revision as of 07:21, 1 September 2018

Text box is blank!