Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristopher Castro committed Dec 20, 2024
1 parent 52d845c commit 9fc8260
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -566,6 +566,14 @@ $( document ).ready(function() {
}
});

the("monitoreo.ovulatorio").onchange = function(){
if (this.value == "si"){
the("monitoreoOvulatorio").classList.remove("d-none")
}else{
the("monitoreoOvulatorio").classList.add("d-none")
}
}

$("#embrion\\.clon").on("change", function(){
the("embrion").value = this.value
$("#embrion").trigger("click")
Expand Down

0 comments on commit 9fc8260

Please sign in to comment.