$(document).ready(function() { // Get the modal var modal = document.getElementById("addEventsModal"); // Get the button that opens the modal var btn = document.getElementById("myBtn"); // Get the Add Event button var addEvent = document.getElementById("add-e"); // Get the Edit Event button var editEvent = document.getElementById("edit-event"); // Get the Discard Modal button var discardModal = document.querySelectorAll("[data-dismiss='modal']")[0]; // Get the Add Event button var addEventTitle = document.getElementsByClassName("add-event-title")[0]; // Get the Edit Event button var editEventTitle = document.getElementsByClassName("edit-event-title")[0]; // Get the element that closes the modal var span = document.getElementsByClassName("close")[0]; // Get the all elements insdie the modal var input = document.querySelectorAll('input[type="text"]'); var radioInput = document.querySelectorAll('input[type="radio"]'); // Get the all