
generate_envelope.js.html
About this file
The function in this file checks for valid values in the form attributes for generating an envelope. Using parsley, the values of recipient and of address are checked because they are required. After checks are made, the form is then submitted.
Code Issues
- Can refactor the line of code on line 23, which is used several times, by storing it into a variable to reduce repetition of the constant.
Code Check Report
Documentation drawn from source code
$(function () {
form.submit(function () {