Ajax Event Not Posting Data
I have a 2 ajax call. First ajax call populates the dropdown box which works correctly, bu the second ajax call uses change event function. Whenever the dynamically populated item
Solution 1:
Try this code:
...
url: '/dataprod.php'
...
Post a Comment for "Ajax Event Not Posting Data"