add_extension.js.html

About this file

This file contains a script that handles click events of the previous and next buttons for the extending request form. As the user clicks the next buttons, the form is validated using parsley. If the form is validated, the the click of the button is successful. The script also handles custom date selection.

Code Check Report


                        

Documentation drawn from source code

  $(document).ready(function () {
   $(next1).click(function (e) {
   $(next2).click(function (e) {
       success: function (data) {
      success: function (data) {
   $(next3).click(function () {
      success: function (data) {
      success: function (data) {
   prev2.click(function () {
   prev3.click(function () {
   prev4.click(function () {
   $("#add-extension-form").submit(function() {
   $("#extension-select").change(function () {
   $("#extension-select-letter").change(function () {
   {# window.Parsley.addAsyncValidator('is_holiday', function(xhr) {#}
   $("#extension-reason").keyup(function () {

Source code