I am attempting to return a json encoded array to JS from PHP and i\'ve done so many times before but now i\'m getting a weird error. I am successfully getting the data and it\'
The variable parsed at your $.each function is not defined. you should use data instead of parsed as data is the variable at your success callback function.