(function($){
  jQuery.get(ajax_object.ajax_url, {'action':'callme'}, function(response) {
    alert(response);
  });
})(jQuery);