Im having a little confusion why the following is not working.
get.php
Your PHP is claiming that the JSON is HTML. You need to explicitly say it is JSON to get jQuery to handle it as such automatically.
header("Content-type: application/json");