add_reopening.js.html

About this file

This file contains a script that handles the re-opening request form validation. The script handles creating a drop down of reasons and handles selecting a date.
The form is validated upon click the next buttons.

Code Check Report


                        

Documentation drawn from source code

  $(function () {
    success: function (data) {
   }).keydown(function (e) {
   method.change(function () {
      success: function (data) {
   next1.click(function () {
       success: function (data) {
       success: function (data) {
   next2.click(function () {
      success: function (data) {
      success: function (data) {
   prev2.click(function () {
   prev3.click(function () {
   form.submit(function () {

Source code