Hey everyone, I am using POST AJAX request to send data to backend. I have one global variable names as 'lines' whose value is equal to 1 and it increments on button click. I want to send this value in POST request of AJAX. I have two values to send in JSON Form:
How do I refer to 'lines' variable in lines parameter of data?