JSFiddle - React, Tailwind, and code Playground
by orolo
JavaScript
$('#start-report').live("click", function(){
var returnGET = "";
returnGET += "string";
$('ol.report-parameters').each(function(index){
returnGET += ('select[' + index + '].form= ' + $(this).find('li input#name').val() +
'select[0].fieldType=2&')
});
var serverPost = returnGET + pagination;
console.log(serverPost);
});