Jquery – Passing a JSON array to JS and then to PHP
I have a json file like this. { "name" : [ "Alsa", "Alice", "Alas", "Alpha", "Beta", "Bervis", "Bankai", "Celcia", "Celsa", "Ceasar", "Domino", "Dorito", "David", "Eurius", "Easter", "Ethium", "Fourin", "Flora", "Fifa", "Genius" ] } I would perform a jQuery AJAX call…