add_closing.js.html

About this file

The JS functions alternate displaying the letter and email generation of closing a request depending on what the user chooses. The form uses Parsley to validate the information, and the JS scripts checks to make sure that the informaton required is completed.

Code Check Report


                        

Documentation drawn from source code

  $(function() {
   reason_ids.find('option').mousedown(function(e) {
   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 () {
   form.submit(function() {

Source code