admin-ajax.php (aborted) error when using jQuery.get

Are there any Console js errors? The admin-ajax.php is WordPress’s built in way of dealing with ajax so you should probably do something like this, assuming .get() would also work:

$.post(ajaxurl, data, function(response) {
    alert('Got this from the server: ' + response);
});

http://codex.wordpress.org/AJAX_in_Plugins