1👍
✅
you’re sending a $.POST request with jquery, yet you’re trying to change the type to a GET. Use .ajax if you want to add custom options to the ajax request.
Source:stackexchange.com
1👍
you’re sending a $.POST request with jquery, yet you’re trying to change the type to a GET. Use .ajax if you want to add custom options to the ajax request.