intégrité=
« sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr »
crossorigin= »anonyme » />
Comment ajouter, modifier et supprimer une ligne
dans le tableau d’inscription des étudiants
Étudiant Rollno | Nom | Classe | Nom du père | Section | Marques | |
---|---|---|---|---|---|---|
nom= » » valeur= » » /> |
id= »nom » nom= » » valeur= » » /> |
nom= » » valeur= » » /> |
nom= » » valeur= » » /> |
|
id= »marques » nom= » » valeur= » » /> |
|
Aucun dossier étudiant |
type= »soumettre » value= »Modifier » />
function addNewRow() {
var template = $("tr.trow:first");
$(".no_entries_row").css("display", "none");
var newRow = template.clone();
var lastRow = $("tr.trow:last").after(newRow);
$(".list_cancel").on("click", fonction(événement) {
event.stopPropagation();
event.stopImmediatePropagation();
$(this).closest("tr").remove();
if ($(".list_cancel").length === 1) {
$(".no_entries_row")
.css("affichage", "bloc en ligne");
}
console.log($(".list_cancel").length);
});
console.log($(".list_cancel").length);
$("select.label").on("change", fonction(événement) {
event.stopPropagation();
event.stopImmediatePropagation();
$(this).css("background-color", $(this).val());
});
}
$("a.list_add").on("click", addNewRow);