Skip to content Skip to sidebar Skip to footer

How To Check If Data Is Passed In Ajax

I have the below requirement to get the registration form to post the data. But I am unable to test it, could anyone please help. I want to see whether the data is being passed or

Solution 1:

You can use console.log(data) to see what data variable is.


Post a Comment for "How To Check If Data Is Passed In Ajax"