skip to Main Content

Send AJAX data to Node.js – Jquery ajax

Unable to send data to Node.js from my HTML/AJAX, I have variable selectValue which I want to send to my Node server. While making use of data: { selectValue: selectValue} does not help. index.html <script type="text/javascript"> $(document).ready(function(){ var selectElement =…

VIEW QUESTION
Back To Top
Search