Creating report generator using JQuery

Creating report generator using JQuery

Hi Folks,

I am new to Jquery want to create a report generator that allow the user to create
different type of text file reports. Basically there are multiple types
of report with specified format. For example report 1 will have format 1
and report 2 will have format 2. The format for each report will always
be the same.

I have tried some Jquery code (with the help of others) - https://jsfiddle.net/mohad/1bsu0ydn/16/

Please look under Report 1 to find my comments as I'm clueless on how to implement it.

Once this is sorted I will post my other doubts and work on the same thread.