Language course html

From Redazione
Jump to navigation Jump to search
Line 274: Line 274:
 
<html>
 
<html>
 
];
 
];
 +
 +
var $dropdown = $("#select_teachers");
 +
$.each(teachers, function(value,index) {
 +
    $dropdown.append($("<option />").text(value));
 +
});
  
 
console.log(teachers)
 
console.log(teachers)

Revision as of 23:09, 31 March 2020